DBA Data[Home] [Help]

APPS.OE_ORDER_PUB dependencies on OE_GLOBALS

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

2060: TYPE Cancel_Line_Rec_Type IS RECORD
2061: (
2062: Line_Id Number := Null
2063: ,Header_id Number := Null
2064: ,Cancellation_type VARCHAR2(1) := OE_GLOBALS.G_FULL
2065: -- G_FULL for Completely Cancelling the line
2066: -- G_PARTAIL Partially cancelling the line
2067: , Cancel_by_quantity NUMBER := FND_API.G_MISS_NUM
2068: -- Cancellation quantity for Partial Cancellation

Line 2086: -- OE_GLOBALS.G_CANCELED cancelled sucessfully

2082: -- User requesting cancellation
2083: , User_resp_id NUMBER := FND_API.G_MISS_NUM
2084: -- Responbisilbity requesting cancellation
2085: , Cancellation_result VARCHAR2(10) := NULL
2086: -- OE_GLOBALS.G_CANCELED cancelled sucessfully
2087: -- OE_GLOBALS.G_CANNOT_CANCEL could not cancel
2088: -- OE_GLOBALS.G_NOTIFIED cancellation requires approval and a
2089: -- a notification has been send out NOCOPY /* file.sql.39 change */
2090: , Wf_cancellation Varchar2(1) := 'N'

Line 2087: -- OE_GLOBALS.G_CANNOT_CANCEL could not cancel

2083: , User_resp_id NUMBER := FND_API.G_MISS_NUM
2084: -- Responbisilbity requesting cancellation
2085: , Cancellation_result VARCHAR2(10) := NULL
2086: -- OE_GLOBALS.G_CANCELED cancelled sucessfully
2087: -- OE_GLOBALS.G_CANNOT_CANCEL could not cancel
2088: -- OE_GLOBALS.G_NOTIFIED cancellation requires approval and a
2089: -- a notification has been send out NOCOPY /* file.sql.39 change */
2090: , Wf_cancellation Varchar2(1) := 'N'
2091: -- Flag indicating if the cancellation is in response to

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

2084: -- Responbisilbity requesting cancellation
2085: , Cancellation_result VARCHAR2(10) := NULL
2086: -- OE_GLOBALS.G_CANCELED cancelled sucessfully
2087: -- OE_GLOBALS.G_CANNOT_CANCEL could not cancel
2088: -- OE_GLOBALS.G_NOTIFIED cancellation requires approval and a
2089: -- a notification has been send out NOCOPY /* file.sql.39 change */
2090: , Wf_cancellation Varchar2(1) := 'N'
2091: -- Flag indicating if the cancellation is in response to
2092: -- a Notification approval and if so use the resloving