DBA Data[Home] [Help]

APPS.WIP_MTI_PUB dependencies on CSTPACMS

Line 1941: /* Fix for bug 5708242: Call to cstpacms.validate_move_snap_to_temp has been moved to

1937: if(l_logLevel <= wip_constants.full_logging) then
1938: wip_logger.log('EAM validation routine returned:' || x_returnStatus, l_returnStatus);
1939: end if;
1940:
1941: /* Fix for bug 5708242: Call to cstpacms.validate_move_snap_to_temp has been moved to
1942: wip_cplProc_priv.processTemp (wipcplpb.pls). Calling it here will commit records to
1943: CST_COMP_SNAP_TEMP even if error occurs later, and rollback is issued */
1944: -- do the snapshot moves for non-CFM WIP completions,returns, scraps
1945: /*Bug 7300614(FP 7281109) Replacing back the code commented in bug 5708242

Line 1946: Now this code calls cstpacms.validate_snap_interface which would validate the CCSI record

1942: wip_cplProc_priv.processTemp (wipcplpb.pls). Calling it here will commit records to
1943: CST_COMP_SNAP_TEMP even if error occurs later, and rollback is issued */
1944: -- do the snapshot moves for non-CFM WIP completions,returns, scraps
1945: /*Bug 7300614(FP 7281109) Replacing back the code commented in bug 5708242
1946: Now this code calls cstpacms.validate_snap_interface which would validate the CCSI record
1947: before going for inventory processing. Hence the inventory transaction does not happen
1948: unless the CCSI is validate. */
1949: for nonCfm_rec in nonCfm_c loop
1950: select primary_cost_method

Line 1971: l_cstRetVal := cstpacms.validate_snap_interface(

1967: to_unit => l_priUOM,
1968: from_name => NULL,
1969: to_name => NULL);
1970:
1971: l_cstRetVal := cstpacms.validate_snap_interface(
1972: nonCfm_rec.transaction_interface_id,
1973: 1, -- for inventory interface
1974: l_priQty,
1975: l_errNum,