DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on FND_PROFILE

Line 654: fnd_profile.get('USER_ID',h_user_id);

650: end if;
651: ******************************************************* */
652:
653: h_request_id := fnd_global.conc_request_id;
654: fnd_profile.get('USER_ID',h_user_id);
655:
656: -- CHECK AMORTIZE_FLAG
657:
658: if (upper(argument16) in ('YES','Y')) then h_exp_amt := 'AMORTIZED';