DBA Data[Home] [Help]

APPS.AP_WEB_OA_ACTIVE_PKG dependencies on AP_CREDIT_CARD_TRXNS

Line 454: FROM ap_credit_card_trxns cct, ap_expense_report_headers erh

450: IF p_category = 'PERSONAL' then
451:
452: SELECT erh.report_header_id, source, workflow_approved_flag
453: INTO l_report_header_id , l_source , l_workflow_approved_flaG
454: FROM ap_credit_card_trxns cct, ap_expense_report_headers erh
455: WHERE trx_id = p_trx_id
456: AND cct.report_header_id = erh.report_header_id;
457:
458: l_status := AP_WEB_OA_ACTIVE_PKG.GetReportStatusCode(l_source,