DBA Data[Home] [Help]

APPS.PAY_MX_SOC_SEC_ARCHIVE dependencies on PAY_CORE_UTILS

Line 2800: pay_core_utils.push_message(p_applid => 800

2796: lv_msg_txt := 'Unable to determine GRE: Assignment Number ['||
2797: lv_asg_number ||'], Effective Date ['||
2798: TO_CHAR(p_asg_events(i).effective_date - 1)||']';
2799:
2800: pay_core_utils.push_message(p_applid => 800
2801: ,p_msg_name => NULL
2802: ,p_msg_txt => lv_msg_txt
2803: ,p_level => 'I');
2804: END IF;

Line 2832: pay_core_utils.push_message(p_applid => 800

2828: lv_msg_txt := 'Unable to determine GRE: Assignment Number ['||
2829: lv_asg_number ||'], Effective Date ['||
2830: TO_CHAR(p_asg_events(i).effective_date)||']';
2831:
2832: pay_core_utils.push_message(p_applid => 800
2833: ,p_msg_name => NULL
2834: ,p_msg_txt => lv_msg_txt
2835: ,p_level => 'I');
2836: END IF;

Line 2918: pay_core_utils.push_message(p_applid => 800

2914: lv_msg_txt := 'Unable to determine GRE: Assignment Number ['||
2915: lv_asg_number ||'], Effective Date ['||
2916: TO_CHAR(p_asg_events(i).effective_date - 1)||']';
2917:
2918: pay_core_utils.push_message(p_applid => 800
2919: ,p_msg_name => NULL
2920: ,p_msg_txt => lv_msg_txt
2921: ,p_level => 'I');
2922: END IF;

Line 2952: pay_core_utils.push_message(p_applid => 800

2948: lv_msg_txt := 'Unable to determine GRE: Assignment Number ['||
2949: lv_asg_number ||'], Effective Date ['||
2950: TO_CHAR(p_asg_events(i).effective_date - 1)||']';
2951:
2952: pay_core_utils.push_message(p_applid => 800
2953: ,p_msg_name => NULL
2954: ,p_msg_txt => lv_msg_txt
2955: ,p_level => 'I');
2956: END IF;

Line 4495: pay_core_utils.push_message(p_applid => 800

4491: where organization_id = ln_gre_id;
4492:
4493: lv_msg_txt := 'This Social Security Archiver was run for GRE '|| lv_gre_name || ' and period from ' || lv_start_date ||' to '|| lv_end_date;
4494:
4495: pay_core_utils.push_message(p_applid => 800
4496: ,p_msg_name => NULL
4497: ,p_msg_txt => lv_msg_txt
4498: ,p_level => 'F');
4499: