DBA Data[Home] [Help]

APPS.PAY_MWS_RPDEF dependencies on PAY_MAGNETIC_BLOCKS

Line 215: from PAY_MAGNETIC_BLOCKS mgb

211:
212: delete from PAY_MAGNETIC_RECORDS
213: where MAGNETIC_BLOCK_ID in
214: (select mgb.MAGNETIC_BLOCK_ID
215: from PAY_MAGNETIC_BLOCKS mgb
216: where mgb.REPORT_FORMAT = l_report_format);
217:
218: hr_utility.trace('Deleting magnetic blocks');
219:

Line 220: delete from PAY_MAGNETIC_BLOCKS mgb

216: where mgb.REPORT_FORMAT = l_report_format);
217:
218: hr_utility.trace('Deleting magnetic blocks');
219:
220: delete from PAY_MAGNETIC_BLOCKS mgb
221: where mgb.REPORT_FORMAT = l_report_format;
222:
223: hr_utility.trace('Deleting report format mappings...');
224:

Line 247: /* Insert blocks into PAY_MAGNETIC_BLOCKS and get the magnetic block id

243: l_report_format,
244: c_start_date,
245: c_end_date );
246:
247: /* Insert blocks into PAY_MAGNETIC_BLOCKS and get the magnetic block id
248: for each of the block in lt_B_mag_block_id */
249:
250: for l_block_count IN 1..l_block_total loop
251: