DBA Data[Home] [Help]

APPS.PAY_ZA_UIF_ARCHIVE_PKG dependencies on PAY_BALANCE_TYPES_TL

Line 245: pay_balance_types_tl pbt_tl

241: into l_defined_bal_id
242: from pay_defined_balances def,
243: pay_balance_types pbt,
244: pay_balance_dimensions dim,
245: pay_balance_types_tl pbt_tl
246: where pbt_tl.balance_name = p_balance_name
247: and pbt_tl.language = 'US'
248: and pbt_tl.balance_type_id = pbt.balance_type_id
249: and pbt.legislation_code = 'ZA'

Line 1094: l_balance_name pay_balance_types_tl.balance_name%type;

1090:
1091: l_assignment_action_id number;
1092:
1093: l_dimension pay_balance_dimensions.dimension_name%type:= '_ASG_TAX_MTD';
1094: l_balance_name pay_balance_types_tl.balance_name%type;
1095:
1096: l_temp_gt_bal number := 0;
1097: l_gross_taxable_remuneration number := 0;
1098: l_gross_uif_remuneration number := 0;