DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_PROJECT_PKG

Line 298: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(

294: FND_CURRENCY.Get_Format_Mask(p_reimb_curr,22));
295: l_credit_total := p_total - p_new_total;
296: l_credit_total_dsp := to_char(l_credit_total,
297: FND_CURRENCY.Get_Format_Mask(p_reimb_curr,22));
298: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(
299: p_employee_id,
300: FND_PROFILE.VALUE('USER_ID'),
301: l_employee_project_enabled);
302:

Line 2090: -- AP_WEB_PROJECT_PKG.IsSessionProjectEnabled, but that would not work

2086: p_item_key,
2087: 'EMPLOYEE_PROJECT_ENABLED');
2088: ELSE
2089: -- In previous versions we called
2090: -- AP_WEB_PROJECT_PKG.IsSessionProjectEnabled, but that would not work
2091: -- without having ValidateSession called. So, for older versions we
2092: -- will assume that the session is project enabled. Since the receipts
2093: -- will not have any project information, the patc call will not be done.
2094: V_IsSessionProjectEnabled := 'Y';

Line 6836: -- AP_WEB_PROJECT_PKG.IsSessionProjectEnabled, but that would not work

6832: 'EMPLOYEE_PROJECT_ENABLED');
6833:
6834: ELSE
6835: -- In previous versions we called
6836: -- AP_WEB_PROJECT_PKG.IsSessionProjectEnabled, but that would not work
6837: -- without having ValidateSession called. So, for older versions we
6838: -- will assume that the session is project enabled. Since the receipts
6839: -- will not have any project information, the patc call will not be done.
6840: V_IsSessionProjectEnabled := 'Y';