DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on CTO_CONFIG_BOM_PK

Line 678: lStatus := CTO_CONFIG_BOM_PK.check_bom(

674: lStmtNum := 10;
675: WriteToLog('In update_in_src_orgs. Item: ' ||to_char(pConfigId) || '. Org ' || to_char(lNextRec.organization_id), 5);
676:
677: lStmtNum := 100;
678: lStatus := CTO_CONFIG_BOM_PK.check_bom(
679: pItemId => pModelId,
680: pOrgId => lNextRec.organization_id,
681: xBillId => lItmBillId);
682:

Line 688: lStatus := CTO_CONFIG_BOM_PK.check_bom(

684: || to_char(lStatus), 3);
685:
686: if (lStatus = 1) then /* model BOM exists in this org */
687: lStmtNum := 110;
688: lStatus := CTO_CONFIG_BOM_PK.check_bom(
689: pItemId => pConfigId,
690: pOrgId => lNextRec.organization_id,
691: xBillId => lItmBillId);
692:

Line 1882: CTO_CONFIG_BOM_PK.gDropItem := 0;

1878: dropped for one order in the batch , the whole batch
1879: should end with warning */
1880:
1881: if missed_lines%ROWCOUNT > 0 then
1882: CTO_CONFIG_BOM_PK.gDropItem := 0;
1883: lStmtNum := 55;
1884: --
1885: -- Put all open order lines having this config item on hold
1886: --