DBA Data[Home] [Help]

APPS.HXT_PA_USER_EXITS dependencies on FND_PROFILE

Line 326: IF (nvl(fnd_profile.value('HXT_TO_PA_INCLUDE_PREM_HRS'),'Y') = 'Y') THEN

322: -- SIR151 l_org_id := i_organization_id;
323:
324: l_sub_loc := 'Step 5';
325:
326: IF (nvl(fnd_profile.value('HXT_TO_PA_INCLUDE_PREM_HRS'),'Y') = 'Y') THEN
327: -- no change in the existing functionality.
328:
329: -- Process flat premium amounts separately
330: IF i_premium_amount IS NOT NULL THEN

Line 353: ELSIF fnd_profile.value('HXT_TO_PA_INCLUDE_PREM_HRS') = 'N' THEN

349: l_raw_cost_rate := i_rate;
350: l_sub_loc := 'Step 6d';
351: END IF;
352:
353: ELSIF fnd_profile.value('HXT_TO_PA_INCLUDE_PREM_HRS') = 'N' THEN
354:
355: -- Process flat premium amounts separately
356: IF i_premium_amount IS NOT NULL THEN
357: if g_debug then

Line 393: END IF; -- endif fnd_profile.value('HXT_TO_PA_INCLUDE_PREM_HRS')

389:
390: l_sub_loc := 'Step 7d';
391: END IF;
392:
393: END IF; -- endif fnd_profile.value('HXT_TO_PA_INCLUDE_PREM_HRS')
394:
395: l_sub_loc := 'Step 8';
396: l_unmatched_negative_txn_flag := 'Y'; --SIR94
397: l_sub_loc := 'Step 9';