DBA Data[Home] [Help]

APPS.CST_MISCACCRUALREPORT_PVT dependencies on MTL_PARAMETERS

Line 438: from mtl_parameters mp

434:
435: begin
436: select mp.organization_code
437: into l_org_code
438: from mtl_parameters mp
439: where mp.organization_id = l_current_org_id;
440:
441: exception
442: when no_data_found then

Line 832: mtl_parameters mp,

828: FROM cst_misc_reconciliation cmr,
829: ap_invoices_all apia,
830: ap_invoice_distributions_all aida,
831: po_vendors pov,
832: mtl_parameters mp,
833: gl_code_combinations_kfv gcc,
834: po_distributions_all pod,
835: po_line_locations_all poll,
836: po_releases_all por,