DBA Data[Home] [Help]

APPS.ZX_PO_REC_PKG dependencies on ZX_PO_REC_DIST

Line 199: -- EXECUTE IMMEDIATE 'TRUNCATE TABLE ZX.ZX_PO_REC_DIST';

195: BEGIN
196:
197: -- To handle re-runnability, truncate the table first
198:
199: -- EXECUTE IMMEDIATE 'TRUNCATE TABLE ZX.ZX_PO_REC_DIST';
200:
201: l_count := NVL(PG_TAX_CODE_ID_TAB.COUNT, 0);
202:
203: FORALL i IN 1 .. l_count

Line 204: INSERT INTO ZX_PO_REC_DIST

200:
201: l_count := NVL(PG_TAX_CODE_ID_TAB.COUNT, 0);
202:
203: FORALL i IN 1 .. l_count
204: INSERT INTO ZX_PO_REC_DIST
205: ( PO_HEADER_ID,
206: PO_LINE_LOCATION_ID,
207: PO_DISTRIBUTION_ID,
208: REC_RATE,