DBA Data[Home] [Help]

APPS.PQH_RTM_BUS dependencies on HR_GENERAL

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

418: = 'Y' then
419: --
420: p_txn_cat := r_txn_cat.transaction_category;
421: if (r_txn_cat.business_group_id is not null) then
422: l_bus_grp_name := hr_general.DECODE_ORGANIZATION(r_txn_cat.business_group_id);
423: else
424: l_bus_grp_name := hr_general.decode_lookup('PQH_TCT_SCOPE', 'GLOBAL');
425: end if;
426: --

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

420: p_txn_cat := r_txn_cat.transaction_category;
421: if (r_txn_cat.business_group_id is not null) then
422: l_bus_grp_name := hr_general.DECODE_ORGANIZATION(r_txn_cat.business_group_id);
423: else
424: l_bus_grp_name := hr_general.decode_lookup('PQH_TCT_SCOPE', 'GLOBAL');
425: end if;
426: --
427: p_bg := l_bus_grp_name;
428: --