DBA Data[Home] [Help]

APPS.POA_SAVINGS_CON dependencies on POA_BIS_SAVINGS

Line 30: INSERT INTO poa_bis_savings

26: * agreements
27: */
28:
29: x_progress := '010';
30: INSERT INTO poa_bis_savings
31: ( purchase_amount
32: , contract_amount
33: , non_contract_amount
34: , pot_contract_amount

Line 203: INSERT into poa_bis_savings

199:
200: /* Insert standard POs created against contracts */
201:
202: x_progress := '020';
203: INSERT into poa_bis_savings
204: ( purchase_amount
205: , contract_amount
206: , non_contract_amount
207: , pot_contract_amount

Line 375: INSERT into poa_bis_savings

371:
372: /* Insert standard POs created against global agreements */
373:
374: x_progress := '020';
375: INSERT into poa_bis_savings
376: ( purchase_amount
377: , contract_amount
378: , non_contract_amount
379: , pot_contract_amount

Line 549: insert into poa_bis_savings

545:
546: /* Insert standard POs created for Complex work procurement (R12) */
547: x_progress := '020';
548:
549: insert into poa_bis_savings
550: (
551: purchase_amount,
552: contract_amount,
553: non_contract_amount,