DBA Data[Home] [Help]

APPS.PA_CI_IMPACT_TYPE_USAGE_PVT dependencies on PA_CONTROL_ITEMS

Line 340: from pa_control_items pci,

336:
337: CURSOR validate_impacts_csr (p_ci_type_id pa_ci_types_b.CI_TYPE_ID%type) is
338: select pc.impact_type_code,
339: luk.meaning impact_type_name
340: from pa_control_items pci,
341: pa_ci_impacts pc,
342: pa_lookups luk
343: where pci.ci_type_id = p_ci_type_id
344: and pci.ci_id = pc.ci_id