DBA Data[Home] [Help]

APPS.PAY_ARCHIVE_CHEQUEWRITER dependencies on PAY_MAGTAPE_GENERIC

Line 757: ln_chq_asg_action_id := pay_magtape_generic.get_parameter_value('TRANSFER_ACT_ID');

753: lv_thpty_che_custom_xml VARCHAR2(180);
754: BEGIN
755: hr_utility.trace('Entering pay_archive_chequewriter.generate_xml');
756:
757: ln_chq_asg_action_id := pay_magtape_generic.get_parameter_value('TRANSFER_ACT_ID');
758:
759: hr_utility.trace('ln_chq_asg_action_id := '||ln_chq_asg_action_id);
760:
761: OPEN get_action_status(ln_chq_asg_action_id);