DBA Data[Home] [Help]

APPS.IGP_AD_USERID_PKG dependencies on IGP_AS_RESP_MAPPINGS

Line 630: FROM igp_as_resp_mappings

626: -- Get the details of responsibilities to be attached to the FND user because of a classification cd.
627: -- the resp would be different for IGS/IGP, All IGP resp would have TAG= IGP.
628: CURSOR c_get_resp(cp_class_cd VARCHAR2) IS
629: SELECT responsibility_id
630: FROM igp_as_resp_mappings
631: WHERE acc_classification_code=cp_class_cd
632: AND tag='IGP'
633: AND enable_flag='Y';
634: