DBA Data[Home] [Help]

APPS.IGW_PROP_PERSON_BIOSKETCH_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: