DBA Data[Home] [Help]

APPS.ECE_TRADING_PARTNERS_PUB dependencies on HR_GENERAL

Line 383: nvl(hrl.business_group_id, nvl(hr_general.get_business_group_id,-99)) =

379: NVL(UPPER(hrl.town_or_city),' ') LIKE NVL(UPPER(cp_city_in),'%') AND
380: NVL(UPPER(hrl.postal_code),' ') LIKE NVL(UPPER(cp_zip_in),'%') AND
381: hrl.location_id = hrlt.location_id AND
382: hrlt.language = userenv('LANG') AND
383: nvl(hrl.business_group_id, nvl(hr_general.get_business_group_id,-99)) =
384: nvl(hr_general.get_business_group_id,-99);
385:
386: -- Internal Locations Cursor 2 Bug 2570369
387: CURSOR c_locations_2(cp_transaction_type VARCHAR2,

Line 384: nvl(hr_general.get_business_group_id,-99);

380: NVL(UPPER(hrl.postal_code),' ') LIKE NVL(UPPER(cp_zip_in),'%') AND
381: hrl.location_id = hrlt.location_id AND
382: hrlt.language = userenv('LANG') AND
383: nvl(hrl.business_group_id, nvl(hr_general.get_business_group_id,-99)) =
384: nvl(hr_general.get_business_group_id,-99);
385:
386: -- Internal Locations Cursor 2 Bug 2570369
387: CURSOR c_locations_2(cp_transaction_type VARCHAR2,
388: cp_org_id_in NUMBER DEFAULT NULL,