DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on FND_USER

Line 122: function NewSession( user_info in fnd_user%rowtype,

118: procedure removeTransaction(p_transaction_id in number);
119:
120: procedure createSessionCookie(p_session_id in number);
121:
122: function NewSession( user_info in fnd_user%rowtype,
123: c_user_name in varchar2,
124: c_password in varchar2,
125: n_session_id out NOCOPY number,
126: c_validate_only in varchar2 default 'N',