DBA Data[Home] [Help]

APPS.IGW_PROP_CHECKLIST_PVT dependencies on STANDARD

Line 91: -- standard check of p_commit

87: end if;
88:
89: check_errors;
90:
91: -- standard check of p_commit
92: if fnd_api.to_boolean(p_commit) then
93: commit work;
94: end if;
95:

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

93: commit work;
94: end if;
95:
96:
97: -- standard call to get message count and if count is 1, get message info
98: fnd_msg_pub.count_and_get(p_count => x_msg_count,
99: p_data => x_msg_data);
100:
101: