DBA Data[Home] [Help]

APPS.PAY_US_MAGTAPE_REPORTING dependencies on PAY_DEFINED_BALANCES

Line 63: l_defined_balance_id pay_defined_balances.defined_balance_id%type;

59: and UE.user_entity_id = DI.user_entity_id
60: and UE.creator_type = 'B'
61: and UE.legislation_code = 'US'; /* Bug: 2296797 */
62: --
63: l_defined_balance_id pay_defined_balances.defined_balance_id%type;
64: --
65: begin
66: --
67: hr_utility.set_location('pay_us_magtape_reporting.bal_db_item - opening cursor', 1);

Line 576: l_defined_balance_id pay_defined_balances.defined_balance_id%type;

572: l_assignment_action_id pay_assignment_actions.assignment_action_id%type;
573: --
574: -- Variable holding the balance to be tested.
575: --
576: l_defined_balance_id pay_defined_balances.defined_balance_id%type;
577: --
578: -- Indicator variables used to control how the people are grouped.
579: --
580: l_group_by_gre boolean := FALSE;