DBA Data[Home] [Help]

APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PAY_DEFINED_BALANCES

Line 301: l_defined_balance_id pay_defined_balances.defined_balance_id%type;

297: where DI.user_name = p_db_item_name
298: and UE.user_entity_id = DI.user_entity_id
299: and Ue.creator_type = 'B';
300:
301: l_defined_balance_id pay_defined_balances.defined_balance_id%type;
302:
303: begin
304:
305: open csr_defined_balance;

Line 966: l_defined_balance_id pay_defined_balances.defined_balance_id%type;

962: l_archive_item_id number;
963:
964: /* Variable holding the balance to be tested. */
965:
966: l_defined_balance_id pay_defined_balances.defined_balance_id%type;
967:
968: /* Indicator variables used to control how the people are grouped. */
969:
970: l_group_by_gre boolean := FALSE;