DBA Data[Home] [Help]

APPS.CST_SUBELEMENTS_PVT dependencies on WSM_PARAMETERS

Line 803: FROM mtl_parameters mp, wsm_parameters wsm

799: -- set to wsm org flag
800:
801: SELECT COUNT(*)
802: INTO l_to_wsm_flag
803: FROM mtl_parameters mp, wsm_parameters wsm
804: WHERE wsm.organization_id = p_to_organization_id
805: AND mp.organization_id = wsm.organization_id
806: AND UPPER(mp.wsm_enabled_flag)='Y';
807:

Line 809: -- WSM_PARAMETERS tables exists in 11.5.1 otherwise we will

805: AND mp.organization_id = wsm.organization_id
806: AND UPPER(mp.wsm_enabled_flag)='Y';
807:
808: /* -- commenting to avoid dependency on WSMPUTIL. Make sure
809: -- WSM_PARAMETERS tables exists in 11.5.1 otherwise we will
810: -- have to include the odf
811: l_to_wsm_flag := WSMPUTIL.check_wsm_org(
812: p_organization_id => p_to_organization_id,
813: x_err_code => l_err_code,