DBA Data[Home] [Help]

APPS.PAY_BALANCE_UPLOAD dependencies on PAY_BF_BAL_UPLOAD

Line 287: pay_bf_bal_upload commented out for

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

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

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

Line 1521: l_include := pay_bf_bal_upload.include_adjustment

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

Line 1748: l_tax_unit_id := pay_bf_bal_upload.get_tax_unit

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