DBA Data[Home] [Help]

APPS.ASO_IBY_FINANCE_CALLBACK dependencies on STANDARD

Line 31: -- Standard Start of API savepoint

27: ) IS
28: l_api_version NUMBER := 1.0;
29: l_api_name VARCHAR2 (50) := 'Update_Status';
30: BEGIN
31: -- Standard Start of API savepoint
32: SAVEPOINT update_status_pub;
33:
34: -- Standard call to check for call compatibility.
35: IF NOT fnd_api.compatible_api_call (

Line 34: -- Standard call to check for call compatibility.

30: BEGIN
31: -- Standard Start of API savepoint
32: SAVEPOINT update_status_pub;
33:
34: -- Standard call to check for call compatibility.
35: IF NOT fnd_api.compatible_api_call (
36: l_api_version,
37: p_api_version,
38: l_api_name,

Line 96: -- Standard check for p_commit

92: --
93: -- End of API body.
94: --
95:
96: -- Standard check for p_commit
97: IF fnd_api.to_boolean (
98: p_commit
99: )
100: THEN

Line 109: -- Standard call to get message count and if count is 1, get message info.

105: aso_utility_pvt.debug_message (
106: fnd_msg_pub.g_msg_lvl_debug_low,
107: 'Public API: ' || l_api_name || 'end'
108: );
109: -- Standard call to get message count and if count is 1, get message info.
110: fnd_msg_pub.count_and_get (
111: p_count => x_msg_count,
112: p_data => x_msg_data
113: );