DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on PAY_BF_BAL_UPLOAD

Line 285: pay_bf_bal_upload commented out for

281: 40.8 N.Bristow 20-Sep_1995 Error status is now set when
282: an error is encountered.
283: 40.7 M.Callaghan 11-Sep-1995 "whenever sqlerror" added.
284: Temp change: references to the package
285: pay_bf_bal_upload commented out for
286: prod 5 freeze.
287: 40.6 N.Bristow 25-Aug-1995 Now picks up the correct
288: classifications.
289: 40.5 N.Bristow 13-Jul-1995 Checking against wrong legislation

Line 1170: l_is_supported := pay_bf_bal_upload.is_supported(l_dim_name);

1166: l_is_supported := pay_jp_bal_upload.is_supported(l_dim_name);
1167: elsif p_legislation_code = 'CH' then
1168: l_is_supported := pay_ch_bal_upload.is_supported(l_dim_name);
1169: elsif p_legislation_code = 'BF' then
1170: l_is_supported := pay_bf_bal_upload.is_supported(l_dim_name);
1171: else
1172: --
1173: -- Other Legislations dimensions.
1174: -- Note: can't pass booleans in dynamic sql, so new legislative packages

Line 1519: l_include := pay_bf_bal_upload.include_adjustment

1515: --
1516: -- BF dimensions.
1517: --
1518: elsif p_glbl_data_rec.legislation_code = 'BF' then
1519: l_include := pay_bf_bal_upload.include_adjustment
1520: (p_batch_line_rec.balance_type_id
1521: ,p_batch_line_rec.dimension_name
1522: ,p_batch_line_rec.jurisdiction_code
1523: ,p_batch_line_rec.original_entry_id

Line 1746: l_tax_unit_id := pay_bf_bal_upload.get_tax_unit

1742: ,l_adjustment_date);
1743: end if;
1744: -- As US
1745: if p_glbl_data_rec.legislation_code = 'BF' then
1746: l_tax_unit_id := pay_bf_bal_upload.get_tax_unit
1747: (p_batch_line_rec.assignment_id
1748: ,l_adjustment_date);
1749: end if;
1750: */