DBA Data[Home] [Help]

APPS.PO_RELEASES_SV4 dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 78: FROM financials_system_parameters fsp,

74: --SQL What: Get org code of p_ship_to_org_id if it is in current SOB
75: --SQL Why: Used for defaulting ship to org
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