DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on PAY_IP_BAL_UPLOAD

Line 1029: elsif pay_ip_bal_upload.international_payroll(p_dimension_name ,l_legislation_code) then

1025: -- then process it NB. this could be for any legislation. All other dimensions
1026: -- for a given legislation will be processed in the relevant legislation specific
1027: -- package.
1028: --
1029: elsif pay_ip_bal_upload.international_payroll(p_dimension_name ,l_legislation_code) then
1030: l_expiry_date := pay_ip_bal_upload.expiry_date
1031: (p_upload_date
1032: ,p_dimension_name
1033: ,p_assignment_id

Line 1030: l_expiry_date := pay_ip_bal_upload.expiry_date

1026: -- for a given legislation will be processed in the relevant legislation specific
1027: -- package.
1028: --
1029: elsif pay_ip_bal_upload.international_payroll(p_dimension_name ,l_legislation_code) then
1030: l_expiry_date := pay_ip_bal_upload.expiry_date
1031: (p_upload_date
1032: ,p_dimension_name
1033: ,p_assignment_id
1034: ,p_original_entry_id

Line 1159: if pay_ip_bal_upload.international_payroll(l_dim_name, p_legislation_code) then

1155: -- then process it NB. this could be for any legislation. All other dimensions
1156: -- for a given legislation will be processed in the relevant legislation specific
1157: -- package.
1158: --
1159: if pay_ip_bal_upload.international_payroll(l_dim_name, p_legislation_code) then
1160: l_is_supported := true;
1161: elsif p_legislation_code = 'GB' then
1162: l_is_supported := pay_uk_bal_upload.is_supported(l_dim_name);
1163: elsif p_legislation_code = 'US' then

Line 1463: if pay_ip_bal_upload.international_payroll

1459: -- then process it NB. this could be for any legislation. All other dimensions
1460: -- for a given legislation will be processed in the relevant legislation specific
1461: -- package.
1462: --
1463: if pay_ip_bal_upload.international_payroll
1464: (p_batch_line_rec.dimension_name
1465: ,p_glbl_data_rec.legislation_code) then
1466:
1467: l_include := pay_ip_bal_upload.include_adjustment

Line 1467: l_include := pay_ip_bal_upload.include_adjustment

1463: if pay_ip_bal_upload.international_payroll
1464: (p_batch_line_rec.dimension_name
1465: ,p_glbl_data_rec.legislation_code) then
1466:
1467: l_include := pay_ip_bal_upload.include_adjustment
1468: (p_batch_line_rec.balance_type_id
1469: ,p_batch_line_rec.dimension_name
1470: ,p_batch_line_rec.original_entry_id
1471: ,p_glbl_data_rec.upload_date