DBA Data[Home] [Help]

APPS.CN_ADJUSTMENTS_PKG dependencies on FND_GLOBAL

Line 188: last_updated_by = fnd_global.user_id,

184: adjusted_by = x_adjusted_by,
185: adjust_comments = x_adjust_comments,
186: -- clku, update the last updated info
187: last_update_date = sysdate,
188: last_updated_by = fnd_global.user_id,
189: last_update_login = fnd_global.login_id
190: WHERE comm_lines_api_id = x_comm_lines_api_id;
191: FOR api_curs_rec IN header_cur(l_reversal_header_id)
192: LOOP

Line 189: last_update_login = fnd_global.login_id

185: adjust_comments = x_adjust_comments,
186: -- clku, update the last updated info
187: last_update_date = sysdate,
188: last_updated_by = fnd_global.user_id,
189: last_update_login = fnd_global.login_id
190: WHERE comm_lines_api_id = x_comm_lines_api_id;
191: FOR api_curs_rec IN header_cur(l_reversal_header_id)
192: LOOP
193: --