DBA Data[Home] [Help]

APPS.PO_POXVCVAR_XMLP_PKG dependencies on MTL_PARAMETERS

Line 42: from mtl_parameters

38:
39:
40: select organization_code
41: into x_organization_code
42: from mtl_parameters
43: where organization_id = P_ORGANIZATION_ID;
44:
45: CP_ORGANIZATION_CODE := x_organization_code;
46: