DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on BOM_BILL_OF_MTLS_INTERFACE

Line 1467: delete from bom_bill_of_mtls_interface

1463: oe_debug_pub.add('Deleted from bici, rows::'||lCnt);
1464: END IF;
1465:
1466: --Bugfix 11056452
1467: delete from bom_bill_of_mtls_interface
1468: where bill_sequence_id = lComItmBillId
1469: and batch_id = cto_msutil_pub.bom_batch_id;
1470:
1471: lCnt := sql%rowcount;

Line 1534: delete from bom_bill_of_mtls_interface

1530: oe_debug_pub.add('Deleted from bici, rows::'||lCnt);
1531: END IF;
1532:
1533: --Bugfix 11056452
1534: delete from bom_bill_of_mtls_interface
1535: where bill_sequence_id = lCfgBillId;
1536:
1537: lCnt := sql%rowcount;
1538: IF PG_DEBUG <> 0 THEN

Line 1598: delete from bom_bill_of_mtls_interface

1594: oe_debug_pub.add('Deleted from bici, rows::'||lCnt);
1595: END IF;
1596:
1597: --Bugfix 11056452
1598: delete from bom_bill_of_mtls_interface
1599: where bill_sequence_id = lCfgBillId;
1600:
1601: lCnt := sql%rowcount;
1602: IF PG_DEBUG <> 0 THEN

Line 1646: delete from bom_bill_of_mtls_interface

1642: oe_debug_pub.add('Deleted from bici, rows::'||lCnt);
1643: END IF;
1644:
1645: --Bugfix 11056452
1646: delete from bom_bill_of_mtls_interface
1647: where bill_sequence_id = lCfgBillId;
1648:
1649: lCnt := sql%rowcount;
1650: IF PG_DEBUG <> 0 THEN