DBA Data[Home] [Help]

APPS.HR_GBNIDIR dependencies on PAY_BALANCE_TYPES

Line 552: pay_balance_types BTYPE,

548: ,g_ni_f_ers_rebate_defbal ,g_ni_g_ers_rebate_defbal ,g_ni_s_ers_rebate_defbal
549: ,g_ni_d_ees_rebate_defbal ,g_ni_f_ees_rebate_defbal , g_comp_min_ees_defbal,
550: g_comp_min_ers_defbal
551: from
552: pay_balance_types BTYPE,
553: pay_defined_balances DEFBAL,
554: pay_balance_dimensions DIM
555: where DEFBAL.balance_dimension_id = DIM.balance_dimension_id
556: and DIM.database_item_suffix = p_database_item_suffix

Line 875: from pay_balance_types

871: --
872: if g_ni_able_id is null then
873: select balance_type_id
874: into g_ni_able_id
875: from pay_balance_types
876: where balance_name = 'NIable Pay';
877: --
878: select element_type_id
879: into g_ni_element_type_id

Line 1992: from pay_balance_types

1988: --
1989: if g_ni_able_id is null then
1990: select balance_type_id
1991: into g_ni_able_id
1992: from pay_balance_types
1993: where balance_name = 'NIable Pay';
1994: --
1995: select element_type_id
1996: into g_ni_element_type_id