DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on PAY_IP_BAL_UPLOAD

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

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

Line 1032: l_expiry_date := pay_ip_bal_upload.expiry_date

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

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

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

Line 1465: if pay_ip_bal_upload.international_payroll

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

Line 1469: l_include := pay_ip_bal_upload.include_adjustment

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