DBA Data[Home] [Help]

APPS.IGS_AD_TI_COMP dependencies on IGS_AD_CRED_TYPES

Line 90: igs_ad_cred_types act,

86: p_tracking_step_id IN igs_tr_step.tracking_step_id%TYPE
87: ) IS
88: SELECT DISTINCT 1
89: FROM igs_pe_credentials pc,
90: igs_ad_cred_types act,
91: igs_tr_step ts
92: WHERE pc.person_id = p_person_id
93: AND act.credential_type_id = pc.credential_type_id
94: AND ts.step_catalog_cd = act.step_code