DBA Data[Home] [Help]

APPS.HR_GBNIDIR dependencies on PAY_BALANCE_TYPES

Line 500: pay_balance_types BTYPE,

496: ,g_ni_f_ers_rebate_defbal ,g_ni_g_ers_rebate_defbal ,g_ni_s_ers_rebate_defbal
497: ,g_ni_d_ees_rebate_defbal ,g_ni_f_ees_rebate_defbal , g_comp_min_ees_defbal,
498: g_comp_min_ers_defbal
499: from
500: pay_balance_types BTYPE,
501: pay_defined_balances DEFBAL,
502: pay_balance_dimensions DIM
503: where DEFBAL.balance_dimension_id = DIM.balance_dimension_id
504: and DIM.database_item_suffix = p_database_item_suffix

Line 799: from pay_balance_types

795: --
796: if g_ni_able_id is null then
797: select balance_type_id
798: into g_ni_able_id
799: from pay_balance_types
800: where balance_name = 'NIable Pay';
801: --
802: select element_type_id
803: into g_ni_element_type_id

Line 1876: from pay_balance_types

1872: --
1873: if g_ni_able_id is null then
1874: select balance_type_id
1875: into g_ni_able_id
1876: from pay_balance_types
1877: where balance_name = 'NIable Pay';
1878: --
1879: select element_type_id
1880: into g_ni_element_type_id