DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on WF_USERS

Line 3427: from wf_users where name = x_bidder_username;

3423: -- Bug 3824928 Added code below
3424: begin
3425: if(x_language_code = null) then
3426: select language into x_language_code
3427: from wf_users where name = x_bidder_username;
3428: end if;
3429: exception
3430: when others then
3431: x_language_code := null;

Line 3907: from wf_users where name = x_user_name;

3903:
3904:
3905: select NOTIFICATION_PREFERENCE, LANGUAGE, TERRITORY
3906: into x_contact_notif_pref, x_contact_lang, x_contact_territory
3907: from wf_users where name = x_user_name;
3908:
3909: -- Get NLS_LANGUAGE and NLS_TERRITORY for the user corresponding to additional contact
3910:
3911: IF x_user_name is not null THEN