DBA Data[Home] [Help]

APPS.ISG_BPEL_CTX_PKG dependencies on FND_USER

Line 77: FROM fnd_user

73:
74:
75: SELECT user_id
76: INTO pUserID
77: FROM fnd_user
78: WHERE user_name = upper(pUserName);
79: IF ( pLang IS NULL OR pISGErrorCode = 'ISG_INVALID_LANGUAGE_CODE') THEN
80: --No language specified get the details from profile, else default to US
81: ISG_BPEL_CTX_PKG.getUserLang( pUserID, pLangCode);