DBA Data[Home] [Help]

APPS.JAI_OPEN_API_PKG dependencies on AP_INVOICES_UTILITY_PKG

Line 1314: lv_ap_status := ap_invoices_utility_pkg.get_approval_status

1310: ln_exist_flag := 0;
1311: FOR rec_ap_info IN get_ap_info_cur
1312: LOOP
1313: --ln_exist_flag := 1;--Commented by zhiwei for Bug#12639971 on 20110615
1314: lv_ap_status := ap_invoices_utility_pkg.get_approval_status
1315: (pn_trx_id,
1316: rec_ap_info.invoice_amount,
1317: rec_ap_info.payment_status_flag,
1318: rec_ap_info.invoice_type_lookup_code);