DBA Data[Home] [Help]

APPS.FII_AP_INV_LINES_F_C dependencies on FII_FLEX_MAPPING

Line 190: fii_flex_mapping.init_cache('FII_AP_INV_LINES_F');

186: -- In our case, we consider the records to be in
187: -- progress until all the child processes have
188: -- completed successfully.
189: -- ------------------------------------------------
190: fii_flex_mapping.init_cache('FII_AP_INV_LINES_F');
191:
192: Insert Into FII_AP_INV_LINES_FSTG(
193: APPROVAL_STATUS,
194: ACCOUNTING_DATE,

Line 465: fii_flex_mapping.free_mem_all;

461: TASK_ID, -- Added for bug#2926033
462: RCV_TRANSACTION_ID -- Added for bug#3116554
463: from FII_AP_INV_LINES_FCV;
464:
465: fii_flex_mapping.free_mem_all;
466: edw_log.put_line('g_row_count');
467: edw_log.put_line(TO_CHAR(sql%rowcount));
468: RETURN(sql%rowcount);
469: