DBA Data[Home] [Help]

APPS.HR_US_W4_EX dependencies on PAY_DEFINED_BALANCES

Line 58: l_defined_balance_id pay_defined_balances.defined_balance_id%type;

54: and UE.user_entity_id = DI.user_entity_id
55: and Ue.creator_type = 'B'
56: and ue.legislation_code = 'US';
57:
58: l_defined_balance_id pay_defined_balances.defined_balance_id%type;
59:
60: begin
61:
62: open csr_defined_balance;