DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on CTO_CONFIG_BOM_PK

Line 735: lStatus := CTO_CONFIG_BOM_PK.check_bom(

731: lStmtNum := 10;
732: WriteToLog('In update_in_src_orgs. Item: ' ||to_char(pConfigId) || '. Org ' || to_char(lNextRec.organization_id), 5);
733:
734: lStmtNum := 100;
735: lStatus := CTO_CONFIG_BOM_PK.check_bom(
736: pItemId => pModelId,
737: pOrgId => lNextRec.organization_id,
738: xBillId => lItmBillId);
739:

Line 745: lStatus := CTO_CONFIG_BOM_PK.check_bom(

741: || to_char(lStatus), 3);
742:
743: if (lStatus = 1) then /* model BOM exists in this org */
744: lStmtNum := 110;
745: lStatus := CTO_CONFIG_BOM_PK.check_bom(
746: pItemId => pConfigId,
747: pOrgId => lNextRec.organization_id,
748: xBillId => lItmBillId);
749:

Line 1971: CTO_CONFIG_BOM_PK.gDropItem := 0;

1967: dropped for one order in the batch , the whole batch
1968: should end with warning */
1969:
1970: if missed_lines%ROWCOUNT > 0 then
1971: CTO_CONFIG_BOM_PK.gDropItem := 0;
1972: lStmtNum := 55;
1973: --
1974: -- Put all open order lines having this config item on hold
1975: --