DBA Data[Home] [Help]

APPS.AP_WEB_INACTIVE_EMP_WF_PKG dependencies on AP_WEB_DB_EXPRPT_PKG

Line 2072: IF (AP_WEB_DB_EXPRPT_PKG.GetOrgIdByReportHeaderId(

2068: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then
2069: -- ORG_ID item attribute doesn't exist, need to add it
2070: wf_engine.AddItemAttr(p_s_item_type, p_s_item_key, 'ORG_ID');
2071: -- get the org_id from header for old reports
2072: IF (AP_WEB_DB_EXPRPT_PKG.GetOrgIdByReportHeaderId(
2073: to_number(p_s_item_key),
2074: l_n_org_id) <> TRUE ) THEN
2075: l_n_org_id := NULL;
2076: END IF;