DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on MTL_SYSTEM_ITEMS

Line 172: G_Asset_Category_Id mtl_system_items.asset_category_id%TYPE;

168: G_Expenditure_Type pa_expenditure_types.expenditure_type%TYPE;
169: G_Invoice_Date ap_invoices.invoice_date%TYPE;
170: G_Expenditure_Organization_ID pa_exp_orgs_it.organization_id%TYPE;
171: G_Asset_Book_Type_Code fa_book_controls.book_type_code%TYPE;
172: G_Asset_Category_Id mtl_system_items.asset_category_id%TYPE;
173: G_Inventory_Organization_Id financials_system_parameters.inventory_organization_id%TYPE;
174: G_Approval_Workflow_Flag ap_system_parameters.approval_workflow_flag%TYPE;
175: -- Removed for bug 4277744
176: -- G_Ussgl_Transaction_Code ap_invoices.ussgl_transaction_code%TYPE;

Line 2148: MTL_SYSTEM_ITEMS MSI,

2144: G_USER_DEFINED_FISC_CLASS, --user_defined_fisc_class
2145: G_ASSESSABLE_VALUE,
2146: G_dflt_tax_class_code
2147: FROM PO_DISTRIBUTIONS_AP_V PD,
2148: MTL_SYSTEM_ITEMS MSI,
2149: PO_AP_RECEIPT_MATCH_V RCV,
2150: RCV_SHIPMENT_LINES RSL,
2151: RCV_TRANSACTIONS RT --7015553
2152: WHERE RCV.RCV_TRANSACTION_ID = X_RCV_TRANSACTION_ID