DBA Data[Home] [Help]

APPS.AP_WEB_PARENT_PKG dependencies on AP_WEB_PROJECT_PKG

Line 218: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(ExpReportHeaderInfo.employee_id,

214:
215: -- Get organization ID for employee if project enabled
216: ExpReportHeaderInfo.expenditure_organization_id := NULL;
217:
218: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(ExpReportHeaderInfo.employee_id,
219: ICX_SEC.getID(icx_sec.PV_WEB_USER_ID),
220: V_IsSessionProjectEnabled);
221:
222: begin

Line 585: AP_WEB_PROJECT_PKG.DerivePAInfoFromUserInput(

581:
582:
583: -- Fill in other project information
584:
585: AP_WEB_PROJECT_PKG.DerivePAInfoFromUserInput(
586: P_IsSessionProjectEnabled,
587: V_PAProjectNumber,
588: V_PAProjectID,
589: l_PAProjectName,

Line 665: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(ExpReportHeaderInfo.employee_id,

661: String2PLSQL_Header(V_line,
662: P_IsSessionProjectEnabled,
663: ExpReportHeaderInfo);
664:
665: AP_WEB_PROJECT_PKG.IsSessionProjectEnabled(ExpReportHeaderInfo.employee_id,
666: ICX_SEC.getID(icx_sec.PV_WEB_USER_ID),
667: V_IsSessionProjectEnabled);
668:
669: --