DBA Data[Home] [Help]

APPS.GHR_PAY_CAPS dependencies on FND_PROFILE

Line 254: l_business_group_id := FND_PROFILE.value('PER_BUSINESS_GROUP_ID');

250: -- 1st LEVEL CHECK
251: -- CHECK if Agency level certification exists
252: --
253: --Bug # 10272986 Added Business Group Id to perf cert table
254: l_business_group_id := FND_PROFILE.value('PER_BUSINESS_GROUP_ID');
255: FOR perf_cert IN cur_perf_cert_agency (p_effective_date,
256: p_agency_code,
257: ll_pay_plan,
258: l_business_group_id)

Line 544: l_business_group_id := FND_PROFILE.value('PER_BUSINESS_GROUP_ID');

540: -- Performance certification initializations
541: --
542: -- l_certified := FALSE;
543: -- l_cert_to_not_cert := FALSE;
544: l_business_group_id := FND_PROFILE.value('PER_BUSINESS_GROUP_ID');
545:
546: --
547: -- Checking with the actual segment being used to store AGENCY CODE
548: -- as customer may have saved agency code in other segment