DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PUB dependencies on STANDARD

Line 606: -- Standard call to check for call compatibility

602: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
603: --
604: BEGIN
605:
606: -- Standard call to check for call compatibility
607:
608: IF l_debug_level > 0 THEN
609: oe_debug_pub.add( 'Entering Process Acknowledgment');
610: END IF;

Line 3428: standard Hold APIs.

3424:
3425:
3426: /*----------------------------------------------------------------------
3427: Applies 3A7 change notification hold based on the hold id passed. Uses
3428: standard Hold APIs.
3429: ----------------------------------------------------------------------*/
3430: Procedure Apply_3A7_Hold
3431: ( p_header_id IN NUMBER
3432: , p_line_id IN NUMBER

Line 3592: Releases 3A7 change notification hold on the order. Uses standard Hold APIs.

3588:
3589: END Apply_3A7_Hold;
3590:
3591: /*----------------------------------------------------------------------
3592: Releases 3A7 change notification hold on the order. Uses standard Hold APIs.
3593: ----------------------------------------------------------------------*/
3594: Procedure Release_3A7_Hold
3595: ( p_header_id IN NUMBER
3596: , p_line_id IN NUMBER