DBA Data[Home] [Help]

APPS.IGW_PROP_PERSON_DEGREES_PVT dependencies on STANDARD

Line 78: -- standard check of p_commit

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

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

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

Line 363: -- standard check of p_commit

359:
360: end loop;
361: close d;
362:
363: -- standard check of p_commit
364: if fnd_api.to_boolean(p_commit) then
365: commit work;
366: end if;
367:

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

365: commit work;
366: end if;
367:
368:
369: -- standard call to get message count and if count is 1, get message info
370: fnd_msg_pub.count_and_get(p_count => x_msg_count,
371: p_data => x_msg_data);
372:
373: