DBA Data[Home] [Help]

APPS.GMI_PICK_WAVE_CONFIRM_PVT dependencies on STANDARD

Line 492: /* Standard Start OF API savepoint */

488: WHERE object_name = 'WSH_USA_INV_PVT'
489: AND object_type = 'PACKAGE BODY';
490:
491: BEGIN
492: /* Standard Start OF API savepoint */
493: SAVEPOINT PICK_WAVE_CONFIRM;
494: -- Begin Bug 3609713
495: l_allowneginv := NVL(FND_PROFILE.VALUE('IC$ALLOWNEGINV'),0);
496: --End Bug 3609713

Line 500: /* Standard call to check for call compatibility. */

496: --End Bug 3609713
497:
498: /*DBMS_OUTPUT.PUT_LINE('IN MOVE ORDER LINES'); */
499:
500: /* Standard call to check for call compatibility. */
501:
502: IF NOT FND_API.Compatible_API_CALL
503: ( l_api_version_number
504: , p_api_version_number

Line 2537: -- HW BUG# 3871662: Issue:Cursor check_wsh violated the standards.

2533: FROM wsh_delivery_details
2534: WHERE released_status = 'B'
2535: AND source_line_id = p_mo_line_rec.txn_source_line_id;
2536:
2537: -- HW BUG# 3871662: Issue:Cursor check_wsh violated the standards.
2538: -- Removed the cursor since it's not being used in this procedure
2539:
2540: Cursor item_mst_dtl IS
2541: Select noninv_ind