DBA Data[Home] [Help]

APPS.AP_WEB_OA_ACTIVE_PKG dependencies on AP_CREDIT_CARD_TRXNS

Line 475: FROM ap_credit_card_trxns cct, ap_expense_report_headers erh

471: IF p_category = 'PERSONAL' then
472:
473: SELECT erh.report_header_id, source, workflow_approved_flag
474: INTO l_report_header_id , l_source , l_workflow_approved_flaG
475: FROM ap_credit_card_trxns cct, ap_expense_report_headers erh
476: WHERE trx_id = p_trx_id
477: AND cct.report_header_id = erh.report_header_id;
478:
479: l_status := AP_WEB_OA_ACTIVE_PKG.GetReportStatusCode(l_source,