DBA Data[Home] [Help]

APPS.OE_ORDER_PUB dependencies on OE_GLOBALS

Line 2128: ,Cancellation_type VARCHAR2(1) := OE_GLOBALS.G_FULL

2124: TYPE Cancel_Line_Rec_Type IS RECORD
2125: (
2126: Line_Id Number := Null
2127: ,Header_id Number := Null
2128: ,Cancellation_type VARCHAR2(1) := OE_GLOBALS.G_FULL
2129: -- G_FULL for Completely Cancelling the line
2130: -- G_PARTAIL Partially cancelling the line
2131: , Cancel_by_quantity NUMBER := FND_API.G_MISS_NUM
2132: -- Cancellation quantity for Partial Cancellation

Line 2150: -- OE_GLOBALS.G_CANCELED cancelled sucessfully

2146: -- User requesting cancellation
2147: , User_resp_id NUMBER := FND_API.G_MISS_NUM
2148: -- Responbisilbity requesting cancellation
2149: , Cancellation_result VARCHAR2(10) := NULL
2150: -- OE_GLOBALS.G_CANCELED cancelled sucessfully
2151: -- OE_GLOBALS.G_CANNOT_CANCEL could not cancel
2152: -- OE_GLOBALS.G_NOTIFIED cancellation requires approval and a
2153: -- a notification has been send out NOCOPY /* file.sql.39 change */
2154: , Wf_cancellation Varchar2(1) := 'N'

Line 2151: -- OE_GLOBALS.G_CANNOT_CANCEL could not cancel

2147: , User_resp_id NUMBER := FND_API.G_MISS_NUM
2148: -- Responbisilbity requesting cancellation
2149: , Cancellation_result VARCHAR2(10) := NULL
2150: -- OE_GLOBALS.G_CANCELED cancelled sucessfully
2151: -- OE_GLOBALS.G_CANNOT_CANCEL could not cancel
2152: -- OE_GLOBALS.G_NOTIFIED cancellation requires approval and a
2153: -- a notification has been send out NOCOPY /* file.sql.39 change */
2154: , Wf_cancellation Varchar2(1) := 'N'
2155: -- Flag indicating if the cancellation is in response to

Line 2152: -- OE_GLOBALS.G_NOTIFIED cancellation requires approval and a

2148: -- Responbisilbity requesting cancellation
2149: , Cancellation_result VARCHAR2(10) := NULL
2150: -- OE_GLOBALS.G_CANCELED cancelled sucessfully
2151: -- OE_GLOBALS.G_CANNOT_CANCEL could not cancel
2152: -- OE_GLOBALS.G_NOTIFIED cancellation requires approval and a
2153: -- a notification has been send out NOCOPY /* file.sql.39 change */
2154: , Wf_cancellation Varchar2(1) := 'N'
2155: -- Flag indicating if the cancellation is in response to
2156: -- a Notification approval and if so use the resloving