DBA Data[Home] [Help]

APPS.EAM_COMMON_UTILITIES_PVT dependencies on WIP_EAM_PARAMETERS

Line 968: wip_eam_parameters wep

964: select count(*)
965: into x_boolean
966: from org_access_view oav,
967: mtl_parameters mp,
968: wip_eam_parameters wep
969: where oav.organization_id = mp.organization_id
970: and oav.responsibility_id = p_resp_id
971: and oav.resp_application_id = p_resp_app_id
972: and NVL(mp.eam_enabled_flag,'N') = 'Y'

Line 979: from wip_eam_parameters wep

975: ELSE
976: /* For bug # 4759672 */
977: select count(*)
978: into x_boolean
979: from wip_eam_parameters wep
980: where wep.organization_id = p_org_id;
981: END IF;
982:
983: x_return_status := fnd_api.g_ret_sts_success;