DBA Data[Home] [Help]

APPS.AP_RCT_AMT_MATCH_PKG dependencies on FA_BOOK_CONTROLS

Line 171: G_Asset_Book_Type_Code fa_book_controls.book_type_code%TYPE;

167: G_Task_ID pa_tasks.task_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

Line 836: FROM fa_book_controls fc

832: /*
833: BEGIN
834: SELECT book_type_code
835: INTO g_asset_book_type_code
836: FROM fa_book_controls fc
837: WHERE fc.book_class = 'CORP0RATE'
838: AND fc.set_of_books_id = g_set_of_books_id
839: AND fc.date_ineffective IS NULL;
840: EXCEPTION