DBA Data[Home] [Help]

APPS.IGW_PROP_NARRATIVES_PVT dependencies on STANDARD

Line 79: -- standard check of p_commit

75: end if;
76:
77: check_errors;
78:
79: -- standard check of p_commit
80: if fnd_api.to_boolean(p_commit) then
81: commit work;
82: end if;
83:

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

81: commit work;
82: end if;
83:
84:
85: -- standard call to get message count and if count is 1, get message info
86: fnd_msg_pub.count_and_get(p_count => x_msg_count,
87: p_data => x_msg_data);
88:
89:

Line 203: -- standard check of p_commit

199: end if;
200:
201: check_errors;
202:
203: -- standard check of p_commit
204: if fnd_api.to_boolean(p_commit) then
205: commit work;
206: end if;
207:

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

205: commit work;
206: end if;
207:
208:
209: -- standard call to get message count and if count is 1, get message info
210: fnd_msg_pub.count_and_get(p_count => x_msg_count,
211: p_data => x_msg_data);
212:
213:

Line 318: -- standard check of p_commit

314:
315:
316: check_errors;
317:
318: -- standard check of p_commit
319: if fnd_api.to_boolean(p_commit) then
320: commit work;
321: end if;
322:

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

320: commit work;
321: end if;
322:
323:
324: -- standard call to get message count and if count is 1, get message info
325: fnd_msg_pub.count_and_get(p_count => x_msg_count,
326: p_data => x_msg_data);
327:
328: EXCEPTION

Line 414: -- standard check of p_commit

410: end if;
411:
412: check_errors;
413:
414: -- standard check of p_commit
415: if fnd_api.to_boolean(p_commit) then
416: commit work;
417: end if;
418:

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

416: commit work;
417: end if;
418:
419:
420: -- standard call to get message count and if count is 1, get message info
421: fnd_msg_pub.count_and_get(p_count => x_msg_count,
422: p_data => x_msg_data);
423:
424: