DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on INV_TXN_MANAGER_GRP

Line 92: REM * when calling inv_txn_manager_grp.validate_transactions

88: REM * PROCEDURE: insert_txn_inter_hdr
89:
90: REM * G. Muratore 06-MAY-2011 Bug 12836004
91: REM * Per recommendation from INV team, pass in p_validation_level as g_valid_level_none
92: REM * when calling inv_txn_manager_grp.validate_transactions
93: REM * PROCEDURE: create_material_txn
94:
95: REM * G. Muratore 12-APR-2012 Bug 13925279
96: REM * Assign the user entered expiration date.

Line 113: REM * when calling inv_txn_manager_grp.validate_transactions. We need this so that

109: REM * Procedure: process_transactions
110:
111: REM * G. Muratore 06-MAY-2011 Bug 14461780 - Back out 12836004
112: REM * Per recommendation from INV team, pass in p_validation_level as g_valid_level_full
113: REM * when calling inv_txn_manager_grp.validate_transactions. We need this so that
114: REM * expiration and origination dates are calculated centrally by INV code.
115: REM * PROCEDURE: create_material_txn
116:
117: REM * Abhay Satpute 15 Nov 2012 Bug 15879394 Removed check requiring lot

Line 465: l_ret := inv_txn_manager_grp.validate_transactions

461: pass additional parameter p_free_tree as false.
462: we wil free the tree while calling process transactions */
463:
464: -- Bug 14461780 - pass validation level as full again so exp and orig dates get computed correctly.
465: l_ret := inv_txn_manager_grp.validate_transactions
466: (p_api_version => l_api_version
467: ,p_init_msg_list => fnd_api.g_true
468: ,p_validation_level => fnd_api.g_valid_level_full -- do not change this !!!
469: -- bug 12836004