DBA Data[Home] [Help]

APPS.PQH_RLS_BUS dependencies on HR_GENERAL

Line 730: l_bus_grp_name := hr_general.DECODE_ORGANIZATION(r_txn_cat.business_group_id);

726: --
727: hr_utility.set_message(8302,'PQH_CANT_DEL_RLS_PNDG_TXN');
728: hr_utility.set_message_token('TRANSACTION_CATEGORY', r_txn_cat.transaction_category);
729: if (r_txn_cat.business_group_id is not null) then
730: l_bus_grp_name := hr_general.DECODE_ORGANIZATION(r_txn_cat.business_group_id);
731: else
732: l_bus_grp_name := hr_general.decode_lookup('PQH_TCT_SCOPE', 'GLOBAL');
733: end if;
734: --

Line 732: l_bus_grp_name := hr_general.decode_lookup('PQH_TCT_SCOPE', 'GLOBAL');

728: hr_utility.set_message_token('TRANSACTION_CATEGORY', r_txn_cat.transaction_category);
729: if (r_txn_cat.business_group_id is not null) then
730: l_bus_grp_name := hr_general.DECODE_ORGANIZATION(r_txn_cat.business_group_id);
731: else
732: l_bus_grp_name := hr_general.decode_lookup('PQH_TCT_SCOPE', 'GLOBAL');
733: end if;
734: --
735: hr_utility.set_message_token('BUSINESS_GROUP', l_bus_grp_name);
736: --