DBA Data[Home] [Help]

APPS.PAY_US_SQWL_ARCHIVE dependencies on PAY_DEFINED_BALANCES

Line 298: l_defined_balance_id pay_defined_balances.defined_balance_id%type;

294: and UE.user_entity_id = DI.user_entity_id
295: and Ue.creator_type = 'B'
296: and UE.legislation_code = 'US';
297:
298: l_defined_balance_id pay_defined_balances.defined_balance_id%type;
299:
300: begin
301:
302: open csr_defined_balance;

Line 706: l_defined_balance_id pay_defined_balances.defined_balance_id%type;

702:
703:
704: /* Variable holding the balance to be tested. */
705:
706: l_defined_balance_id pay_defined_balances.defined_balance_id%type;
707:
708: /* Indicator variables used to control how the people are grouped. */
709:
710: l_group_by_gre boolean := FALSE;