DBA Data[Home] [Help]

APPS.PAY_HK_IR56_ARCHIVE dependencies on PAY_MAG_TAPE

Line 1745: if pay_mag_tape.internal_prm_names(l_count) = 'TRANSFER_PAYROLL_ACTION_ID' then

1741:
1742: Begin
1743: LOOP
1744: l_count := l_count + 1;
1745: if pay_mag_tape.internal_prm_names(l_count) = 'TRANSFER_PAYROLL_ACTION_ID' then
1746: if p_archive_or_magtape = 'MAGTAPE' then
1747: OPEN get_archive_id;
1748: FETCH get_archive_id into l_archive_action_id;
1749: else

Line 1750: l_archive_action_id := to_number(pay_mag_tape.internal_prm_values(l_count));

1746: if p_archive_or_magtape = 'MAGTAPE' then
1747: OPEN get_archive_id;
1748: FETCH get_archive_id into l_archive_action_id;
1749: else
1750: l_archive_action_id := to_number(pay_mag_tape.internal_prm_values(l_count));
1751: end if;
1752: end if;
1753: END LOOP;
1754: Exception