DBA Data[Home] [Help]

APPS.PO_AUTO_DIST_PROCESS_PVT dependencies on FND_APPLICATION

Line 268: FROM fnd_application

264:
265: l_progress := '100';
266: SELECT application_id
267: INTO x_po_appl_id
268: FROM fnd_application
269: WHERE application_short_name = 'PO';
270:
271: l_progress := '110';
272: SELECT application_id

Line 274: FROM fnd_application

270:
271: l_progress := '110';
272: SELECT application_id
273: INTO x_gl_appl_id
274: FROM fnd_application
275: WHERE application_short_name = 'SQLGL';
276:
277: --Conversion of req UOM to Quotation UOM should always happen if the
278: -- source document is a quote and profile 'PO: Convert Requisition UOM to Source Document UOM'