DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on CSTPACMS

Line 177: /* Fix for bug 5708242: Moved the call to cstpacms.validate_move_snap_to_temp() from

173: l_errMsg := 'entity specific processing failed';
174: raise fnd_api.g_exc_unexpected_error;
175: end if;
176:
177: /* Fix for bug 5708242: Moved the call to cstpacms.validate_move_snap_to_temp() from
178: wipmtivb.pls to this place, to avoid intermittent commits, and to facilitate proper
179: rollback into CST_COMP_SNAP_INTERFACE if exception occurs */
180:
181: select primary_cost_method

Line 188: l_cstRetVal := cstpacms.validate_move_snap_to_temp(

184: where organization_id = l_cplRec.orgID;
185:
186: if (l_primaryCostMethod in (2,5,6)) then
187: l_cstRetVal := 1;
188: l_cstRetVal := cstpacms.validate_move_snap_to_temp(
189: p_txnTmpID,
190: p_txnTmpID,
191: 1, -- for Inventory interface
192: l_cplRec.priQty,