DBA Data[Home] [Help]

APPS.IGS_PS_VAL_CEPRC dependencies on IGS_PS_ENT_PT_REF_CD

Line 37: FROM IGS_PS_ENT_PT_REF_CD ceprc

33: DECLARE
34: v_dummy VARCHAR2(1);
35: CURSOR c_ceprc IS
36: SELECT 'X'
37: FROM IGS_PS_ENT_PT_REF_CD ceprc
38: WHERE ceprc.coo_id = p_coo_id AND
39: NVL(ceprc.unit_set_cd, 'NONE') = NVL(p_unit_set_cd, 'NONE') AND
40: NVL(ceprc.us_version_number, 0) = NVL(p_us_version_number, 0) AND
41: ceprc.reference_cd_type = p_reference_cd_type AND