DBA Data[Home] [Help]

APPS.PAY_FR_DUCS dependencies on HR_ORGANIZATION_API

Line 1926: hr_organization_api.create_org_information(

1922: l_payment_3_limit := rec_estab.urssaf_payment_3_limit;
1923: l_advances := null;
1924: l_regularization := null;
1925:
1926: hr_organization_api.create_org_information(
1927: p_effective_date => g_effective_date
1928: ,p_organization_id => g_company_id
1929: ,p_org_info_type_code => 'FR_COMP_PAYMENT_OVERRIDE'
1930: ,p_org_information1 => p_payroll_action_id

Line 2093: hr_organization_api.create_org_information (

2089: l_payment_3_limit := rec_estab.assedic_payment_3_limit;
2090: l_advances := null;
2091: l_regularization := null;
2092:
2093: hr_organization_api.create_org_information (
2094: p_effective_date => g_effective_date
2095: ,p_organization_id => g_company_id
2096: ,p_org_info_type_code => 'FR_COMP_PAYMENT_OVERRIDE'
2097: ,p_org_information1 => p_payroll_action_id

Line 2265: hr_organization_api.create_org_information (

2261: l_payment_3_limit := rec_pens.payment_3_limit;
2262: l_advances := null;
2263: l_regularization := null;
2264:
2265: hr_organization_api.create_org_information (
2266: p_effective_date => g_effective_date
2267: ,p_organization_id => g_company_id
2268: ,p_org_info_type_code => 'FR_COMP_PAYMENT_OVERRIDE'
2269: ,p_org_information1 => p_payroll_action_id