DBA Data[Home] [Help]

APPS.PO_RELEASES_SV4 dependencies on MTL_PARAMETERS

Line 80: mtl_parameters mp

76: SELECT mp.organization_code
77: INTO x_ship_to_org_code
78: FROM financials_system_parameters fsp,
79: hr_organization_information hoi,
80: mtl_parameters mp
81: WHERE mp.organization_id = p_ship_to_org_id
82: AND mp.organization_id = hoi.organization_id
83: AND hoi.org_information_context = 'Accounting Information'
84: AND hoi.org_information1 = TO_CHAR(fsp.set_of_books_id);