DBA Data[Home] [Help]

APPS.AP_WEB_AMOUNT_UTIL dependencies on FND_PROFILE

Line 131: fnd_profile.get_specific(NAME_Z => 'ORG_ID',

127: begin
128:
129: begin
130:
131: fnd_profile.get_specific(NAME_Z => 'ORG_ID',
132: USER_ID_Z => p_userid,
133: RESPONSIBILITY_ID_Z => p_oie_resp_id,
134: APPLICATION_ID_Z => 200, -- SQL*AP product id
135: VAL_Z => l_value,

Line 581: fnd_profile.get_specific(NAME_Z => 'ORG_ID',

577: l_user_id := get_user_id(p_employee_id);
578: l_func_curr_code := p_out_currency_code;
579: /* The following code is for future use where current resp is also checked
580: if(l_user_id is not null and p_out_currency_code is null) then
581: fnd_profile.get_specific(NAME_Z => 'ORG_ID',
582: USER_ID_Z => null,
583: RESPONSIBILITY_ID_Z => fnd_global.resp_id(),
584: APPLICATION_ID_Z => null, -- SQL*AP product id
585: VAL_Z => l_org_id,