DBA Data[Home] [Help]

APPS.FUN_WEBADI_PKG dependencies on FND_GLOBAL

Line 80: fnd_global.user_id,

76: p_trx_tbl(1).attribute13,
77: p_trx_tbl(1).attribute14,
78: p_trx_tbl(1).attribute15,
79: p_trx_tbl(1).attribute_category,
80: fnd_global.user_id,
81: sysdate,
82: fnd_global.user_id,
83: sysdate,
84: fnd_global.login_id,

Line 82: fnd_global.user_id,

78: p_trx_tbl(1).attribute15,
79: p_trx_tbl(1).attribute_category,
80: fnd_global.user_id,
81: sysdate,
82: fnd_global.user_id,
83: sysdate,
84: fnd_global.login_id,
85: null);
86: End If;

Line 84: fnd_global.login_id,

80: fnd_global.user_id,
81: sysdate,
82: fnd_global.user_id,
83: sysdate,
84: fnd_global.login_id,
85: null);
86: End If;
87: End Insert_Header;
88:

Line 154: fnd_global.user_id,

150: p_dist_lines_tbl(p_count).attribute13,
151: p_dist_lines_tbl(p_count).attribute14,
152: p_dist_lines_tbl(p_count).attribute15,
153: p_dist_lines_tbl(p_count).attribute_category,
154: fnd_global.user_id,
155: sysdate,
156: fnd_global.user_id,
157: sysdate,
158: fnd_global.login_id,

Line 156: fnd_global.user_id,

152: p_dist_lines_tbl(p_count).attribute15,
153: p_dist_lines_tbl(p_count).attribute_category,
154: fnd_global.user_id,
155: sysdate,
156: fnd_global.user_id,
157: sysdate,
158: fnd_global.login_id,
159: null,
160: p_dist_lines_tbl(p_count).description);

Line 158: fnd_global.login_id,

154: fnd_global.user_id,
155: sysdate,
156: fnd_global.user_id,
157: sysdate,
158: fnd_global.login_id,
159: null,
160: p_dist_lines_tbl(p_count).description);
161: End Insert_Dists;
162:

Line 263: fnd_global.user_id,

259: p_batch_rec.attribute13,
260: p_batch_rec.attribute14,
261: p_batch_rec.attribute15 ,
262: p_batch_rec.attribute_category,
263: fnd_global.user_id,
264: sysdate,
265: fnd_global.user_id,
266: sysdate,
267: fnd_global.login_id,

Line 265: fnd_global.user_id,

261: p_batch_rec.attribute15 ,
262: p_batch_rec.attribute_category,
263: fnd_global.user_id,
264: sysdate,
265: fnd_global.user_id,
266: sysdate,
267: fnd_global.login_id,
268: null,
269: p_batch_rec.note);

Line 267: fnd_global.login_id,

263: fnd_global.user_id,
264: sysdate,
265: fnd_global.user_id,
266: sysdate,
267: fnd_global.login_id,
268: null,
269: p_batch_rec.note);
270:
271: Insert into Fun_Interface_Controls(

Line 305: last_updated_by = fnd_global.user_id,

301: attribute13 = p_batch_rec.attribute13,
302: attribute14 = p_batch_rec.attribute14,
303: attribute15 = p_batch_rec.attribute15,
304: attribute_category = p_batch_rec.attribute_category,
305: last_updated_by = fnd_global.user_id,
306: last_update_date = sysdate,
307: last_update_login = fnd_global.login_id,
308: note = p_batch_rec.note
309: Where batch_number = p_batch_rec.batch_number;

Line 307: last_update_login = fnd_global.login_id,

303: attribute15 = p_batch_rec.attribute15,
304: attribute_category = p_batch_rec.attribute_category,
305: last_updated_by = fnd_global.user_id,
306: last_update_date = sysdate,
307: last_update_login = fnd_global.login_id,
308: note = p_batch_rec.note
309: Where batch_number = p_batch_rec.batch_number;
310: End If;
311: End Insert_Batch;

Line 1154: fnd_global.resp_appl_id,

1150: NULL, -- where_clause
1151: NULL, -- get_columns
1152: FALSE, -- allow_nulls
1153: FALSE, -- allow_orphans
1154: fnd_global.resp_appl_id,
1155: fnd_global.resp_id,
1156: fnd_global.user_id,
1157: 'GL_CODE_COMBINATIONS', -- select_comb_from_view
1158: NULL, -- no_combmsg

Line 1155: fnd_global.resp_id,

1151: NULL, -- get_columns
1152: FALSE, -- allow_nulls
1153: FALSE, -- allow_orphans
1154: fnd_global.resp_appl_id,
1155: fnd_global.resp_id,
1156: fnd_global.user_id,
1157: 'GL_CODE_COMBINATIONS', -- select_comb_from_view
1158: NULL, -- no_combmsg
1159: NULL -- where_clause_msg

Line 1156: fnd_global.user_id,

1152: FALSE, -- allow_nulls
1153: FALSE, -- allow_orphans
1154: fnd_global.resp_appl_id,
1155: fnd_global.resp_id,
1156: fnd_global.user_id,
1157: 'GL_CODE_COMBINATIONS', -- select_comb_from_view
1158: NULL, -- no_combmsg
1159: NULL -- where_clause_msg
1160: ) Then