DBA Data[Home] [Help]

APPS.GMF_LOT_COSTING_PUB dependencies on GMF_RSRC_TAB

Line 5022: --* l_step_tab(i).resources := SYSTEM.gmf_rsrc_tab();

5018: --* then don't stop by setting the cost as uncostable. Just give a warning and ignore
5019: --* the resources.
5020: --* 12-MAR-2009 Hari Luthra Bug 7317270
5021: --* FETCH of the individual cusrsor have initialization like
5022: --* l_step_tab(i).resources := SYSTEM.gmf_rsrc_tab();
5023: --********************************************************************************************************
5024:
5025: PROCEDURE process_batch
5026: IS

Line 5571: l_step_tab(i).resources := SYSTEM.gmf_rsrc_tab(); -- Bug 7317270

5567: /* Bug 13386258-VC */
5568: IF (l_new_batch = 1) THEN
5569: -- {
5570:
5571: l_step_tab(i).resources := SYSTEM.gmf_rsrc_tab(); -- Bug 7317270
5572: OPEN resources_cursor (transaction_row.doc_id, l_step_tab(i).current_step_id);
5573: FETCH resources_cursor BULK COLLECT INTO l_step_tab(i).resources;
5574: CLOSE resources_cursor;
5575: