DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on CTO_MATCH_CONFIG

Line 229: CTO_MATCH_CONFIG.gMatch := 0;

225: end loop;
226:
227: /* 2986192 */
228:
229: CTO_MATCH_CONFIG.gMatch := 0;
230:
231: IF PG_DEBUG <> 0 THEN
232: oe_debug_pub.add('Value of gMatch .. '||CTO_MATCH_CONFIG.gMatch,1);
233: END IF;

Line 232: oe_debug_pub.add('Value of gMatch .. '||CTO_MATCH_CONFIG.gMatch,1);

228:
229: CTO_MATCH_CONFIG.gMatch := 0;
230:
231: IF PG_DEBUG <> 0 THEN
232: oe_debug_pub.add('Value of gMatch .. '||CTO_MATCH_CONFIG.gMatch,1);
233: END IF;
234:
235:
236: --- Added by Renga Kannan on 01/20/04 . Calling the new procedure to Create item attachments

Line 708: oe_debug_pub.add('Value of gMatch '||CTO_MATCH_CONFIG.gMatch ,1);

704: from bom_inventory_components
705: where bill_sequence_id = lComItmBillId; -- 3543547 lItmBillId;
706:
707: IF PG_DEBUG <> 0 THEN
708: oe_debug_pub.add('Value of gMatch '||CTO_MATCH_CONFIG.gMatch ,1);
709: oe_debug_pub.add('inserting into bici'|| SQL%ROWCOUNT || ' for bill ' || lItmBillId ,1);
710: END IF;
711:
712:

Line 717: if CTO_MATCH_CONFIG.gMatch = 1 then

713:
714:
715:
716:
717: if CTO_MATCH_CONFIG.gMatch = 1 then
718:
719:
720:
721: