DBA Data[Home] [Help]

APPS.IGW_PROP_USER_ROLES_PVT dependencies on STANDARD

Line 116: -- standard check of p_commit

112: end if;
113:
114: check_errors;
115:
116: -- standard check of p_commit
117: if fnd_api.to_boolean(p_commit) then
118: commit work;
119: end if;
120:

Line 122: -- standard call to get message count and if count is 1, get message info

118: commit work;
119: end if;
120:
121:
122: -- standard call to get message count and if count is 1, get message info
123: fnd_msg_pub.count_and_get(p_count => x_msg_count,
124: p_data => x_msg_data);
125:
126:

Line 297: -- standard check of p_commit

293: end if;
294: end if;
295: check_errors;
296:
297: -- standard check of p_commit
298: if fnd_api.to_boolean(p_commit) then
299: commit work;
300: end if;
301:

Line 303: -- standard call to get message count and if count is 1, get message info

299: commit work;
300: end if;
301:
302:
303: -- standard call to get message count and if count is 1, get message info
304: fnd_msg_pub.count_and_get(p_count => x_msg_count,
305: p_data => x_msg_data);
306:
307:

Line 421: -- standard check of p_commit

417:
418:
419: check_errors;
420:
421: -- standard check of p_commit
422: if fnd_api.to_boolean(p_commit) then
423: commit work;
424: end if;
425:

Line 427: -- standard call to get message count and if count is 1, get message info

423: commit work;
424: end if;
425:
426:
427: -- standard call to get message count and if count is 1, get message info
428: fnd_msg_pub.count_and_get(p_count => x_msg_count,
429: p_data => x_msg_data);
430:
431: EXCEPTION