74:
75:
76:
77: /* -------------------------------------------------------
78: Get the User Id and the login id from the FND profile
79: ------------------------------------------------------- */
80:
81:
82:
82:
83:
84: BEGIN
85:
86: x_user_id := fnd_profile.value ('USER_ID');
87: x_login_id := fnd_profile.value('LOGIN_ID');
88:
89:
90: EXCEPTION
83:
84: BEGIN
85:
86: x_user_id := fnd_profile.value ('USER_ID');
87: x_login_id := fnd_profile.value('LOGIN_ID');
88:
89:
90: EXCEPTION
91: WHEN OTHERS THEN