DBA Data[Home] [Help]

APPS.CST_MISCACCRUALREPORT_PVT dependencies on MTL_PARAMETERS

Line 440: from mtl_parameters mp

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

Line 834: mtl_parameters mp,

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