[Home] [Help]
APPS.FARX_C_WD dependencies on FND_PROFILE
Line 680: fnd_profile.get('USER_ID',h_user_id);
676: end if;
677: ******************************************************* */
678:
679: h_request_id := fnd_global.conc_request_id;
680: fnd_profile.get('USER_ID',h_user_id);
681:
682: -- CHECK AMORTIZE_FLAG
683:
684: if (upper(argument16) in ('YES','Y')) then h_exp_amt := 'AMORTIZED';