Friday, November 17, 2017

Order Line Statuses In Oracle Apps

FLOW_STATUS_CODE:-
 
ENTERED
CANCELLED
AWAITING_SHIPPING
SHIPPED
FULFILLED
CLOSED
AWAITING_RETURN
INVOICED
BOOKED
AWAITING_FULFILLMENT
AWAITING_RETURN_DISPOSITION

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...