DBA Data[Home] [Help]

APPS.PAY_GB_TAX_CREDIT_PKG dependencies on PAY_BALANCE_TYPES

Line 683: from pay_balance_types

679: ) is
680:
681: cursor c_balance_id is
682: select balance_type_id
683: from pay_balance_types
684: where balance_name = 'Tax Credit';
685:
686: cursor c_itd_asgact(p_asg in NUMBER,
687: p_ent_id in NUMBER) is

Line 743: l_balance_type_id PAY_BALANCE_TYPES.balance_type_id%TYPE;

739: l_itd_action_id PAY_ASSIGNMENT_ACTIONS.assignment_action_id%TYPE;
740: l_itd_source_id PAY_RUN_RESULTS.source_id%TYPE;
741: l_ptd_action_id PAY_ASSIGNMENT_ACTIONS.assignment_action_id%TYPE;
742: l_ptd_source_id PAY_RUN_RESULTS.source_id%TYPE;
743: l_balance_type_id PAY_BALANCE_TYPES.balance_type_id%TYPE;
744: l_effective_date DATE;
745:
746: BEGIN
747: