DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_PROJECT_PKG

Line 302: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(

298: FND_CURRENCY.Get_Format_Mask(p_reimb_curr,22));
299: l_credit_total := p_total - p_new_total;
300: l_credit_total_dsp := to_char(l_credit_total,
301: FND_CURRENCY.Get_Format_Mask(p_reimb_curr,22));
302: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(
303: p_employee_id,
304: FND_PROFILE.VALUE('USER_ID'),
305: l_employee_project_enabled);
306:

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

2103: p_item_key,
2104: 'EMPLOYEE_PROJECT_ENABLED');
2105: ELSE
2106: -- In previous versions we called
2107: -- AP_WEB_PROJECT_PKG.IsSessionProjectEnabled, but that would not work
2108: -- without having ValidateSession called. So, for older versions we
2109: -- will assume that the session is project enabled. Since the receipts
2110: -- will not have any project information, the patc call will not be done.
2111: V_IsSessionProjectEnabled := 'Y';

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

7282: 'EMPLOYEE_PROJECT_ENABLED');
7283:
7284: ELSE
7285: -- In previous versions we called
7286: -- AP_WEB_PROJECT_PKG.IsSessionProjectEnabled, but that would not work
7287: -- without having ValidateSession called. So, for older versions we
7288: -- will assume that the session is project enabled. Since the receipts
7289: -- will not have any project information, the patc call will not be done.
7290: V_IsSessionProjectEnabled := 'Y';