DBA Data[Home] [Help]

APPS.PAY_NL_CBS_FILE dependencies on PAY_NL_CBS_FILE

Line 1: package body PAY_NL_CBS_FILE as

1: package body PAY_NL_CBS_FILE as
2: /* $Header: pynlcbsf.pkb 120.0.12000000.1 2007/01/17 22:54:38 appldev noship $ */
3:
4: g_package varchar2(33) := 'PAY_NL_CBS_FILE';
5: g_error_flag varchar2(60);

Line 4: g_package varchar2(33) := 'PAY_NL_CBS_FILE';

1: package body PAY_NL_CBS_FILE as
2: /* $Header: pynlcbsf.pkb 120.0.12000000.1 2007/01/17 22:54:38 appldev noship $ */
3:
4: g_package varchar2(33) := 'PAY_NL_CBS_FILE';
5: g_error_flag varchar2(60);
6: g_warning_flag varchar2(30);
7: g_error_count NUMBER := 0;
8: g_payroll_action_id NUMBER;

Line 1038: PAY_NL_CBS_FILE.get_all_parameters(pactid,

1034: end if;
1035:
1036: g_error_flag := hr_general.decode_lookup('HR_NL_REPORT_LABELS','ERROR');
1037:
1038: PAY_NL_CBS_FILE.get_all_parameters(pactid,
1039: P_business_group_id => l_business_group_id,
1040: P_reporting_date => l_reporting_date,
1041: P_effective_date => l_effective_date,
1042: P_employer => l_employer,

Line 1134: -- l_return_value := Pay_nl_cbs_file.Get_er_sequence(l_employer,l_si_provider,l_reporting_date,l_sequence);

1130: Mandatory_Check('PAY_NL_ER_REQUIRED_FIELD','NL_ER_TELEPHONE',l_employer_telephone);
1131:
1132:
1133: IF g_error_count=0 THEN
1134: -- l_return_value := Pay_nl_cbs_file.Get_er_sequence(l_employer,l_si_provider,l_reporting_date,l_sequence);
1135: -- hr_utility.set_location('Fetched the sequence, employer = '||l_employer||'si provider='||l_si_provider,600);
1136: l_sequence :=1;
1137: Pay_Action_information_api.create_action_information(
1138: P_action_information_id => l_action_info_id

Line 1425: PAY_NL_CBS_FILE.get_all_parameters(p_payroll_action_id,

1421:
1422: g_error_flag := hr_general.decode_lookup('HR_NL_REPORT_LABELS','ERROR');
1423:
1424: /*Get concurrent program parameters*/
1425: PAY_NL_CBS_FILE.get_all_parameters(p_payroll_action_id,
1426: P_business_group_id => l_business_group_id,
1427: P_reporting_date => l_reporting_date,
1428: P_effective_date => l_effective_date,
1429: P_employer => l_employer_id,

Line 1685: end PAY_NL_CBS_FILE;

1681: hr_utility.set_location('Entering ARCHIVE_INIT ',600);
1682: end if;
1683:
1684: END ARCHIVE_CODE;
1685: end PAY_NL_CBS_FILE;
1686: