DBA Data[Home] [Help]

APPS.FLM_AUTO_REPLENISHMENT dependencies on FND_REQUEST

Line 667: l_add_layout := fnd_request.add_layout ('INV', 'INVKBCPR_XML', l_language, l_territory, 'RTF');

663: WHEN NO_DATA_FOUND THEN
664: FND_MESSAGE.set_name('FLM', 'FLM_SET_NLS_PARAM');
665: fnd_file.put_line(fnd_file.log, fnd_message.get);
666: END;
667: l_add_layout := fnd_request.add_layout ('INV', 'INVKBCPR_XML', l_language, l_territory, 'RTF');
668: ELSE
669: l_conc_prog := 'INVKBCPR';
670: END IF;
671:

Line 675: l_req_id := fnd_request.submit_request( 'INV',

671:
672: l_sort_by := 3; -- for sort by Subinventory, locator
673: l_call_from := 2; -- as we are passing report_id
674:
675: l_req_id := fnd_request.submit_request( 'INV',
676: l_conc_prog,
677: NULL,
678: NULL,
679: FALSE,