DBA Data[Home] [Help]

APPS.IGP_AD_USERID_PKG dependencies on FND_RESPONSIBILITY_TL

Line 657: FROM fnd_responsibility_tl

653: WHERE user_name=cp_user_name;
654:
655: CURSOR c_get_resp_desc(cp_resp_id NUMBER) IS
656: SELECT description
657: FROM fnd_responsibility_tl
658: WHERE responsibility_id=cp_resp_id AND
659: language = USERENV('LANG');
660:
661: l_resp NUMBER;

Line 669: l_desc fnd_responsibility_tl.description%TYPE;

665: l_party_id hz_parties.party_id%TYPE;
666: l_classification_cd igp_ac_acc_classes.acc_classification_code%TYPE;
667: l_account_id igp_ac_accounts.account_id%TYPE;
668: l_expiration_dt DATE;
669: l_desc fnd_responsibility_tl.description%TYPE;
670: l_exists VARCHAR2(1);
671: lv_rowid VARCHAR2(30);
672: l_acc_classification_id igp_ac_acc_classes.acc_classification_id%TYPE;
673: l_fnd_resp_end_dt DATE;