DBA Data[Home] [Help]

APPS.PON_GLOBAL_UPDATE_PKG dependencies on FND_GLOBAL

Line 56: last_updated_by = fnd_global.user_id,

52: clm_option_from_date = Decode(clm_option_indicator,'O',Nvl(p_option_from_date,clm_option_from_date),NULL),
53: clm_option_to_date = Decode(clm_option_indicator,'O',Nvl(p_option_to_date,clm_option_to_date),NULL),
54: note_to_bidders = Nvl(p_note_to_suppliers,note_to_bidders),
55: last_update_date = SYSDATE,
56: last_updated_by = fnd_global.user_id,
57: last_update_login = fnd_global.login_id
58: WHERE auction_header_id = p_auction_header_id
59: AND line_Number in (select column_value from table(p_dest_line_ids_tbl));
60:

Line 57: last_update_login = fnd_global.login_id

53: clm_option_to_date = Decode(clm_option_indicator,'O',Nvl(p_option_to_date,clm_option_to_date),NULL),
54: note_to_bidders = Nvl(p_note_to_suppliers,note_to_bidders),
55: last_update_date = SYSDATE,
56: last_updated_by = fnd_global.user_id,
57: last_update_login = fnd_global.login_id
58: WHERE auction_header_id = p_auction_header_id
59: AND line_Number in (select column_value from table(p_dest_line_ids_tbl));
60:
61: -- Ship to location is non-editable for autocreated lines