DBA Data[Home] [Help]

APPS.ASO_IBY_FINANCING_PVT dependencies on STANDARD

Line 91: -- Standard Start of API savepoint

87: SELECT quote_status_id
88: FROM aso_quote_statuses_b
89: WHERE status_code = lc_status_code;
90: BEGIN
91: -- Standard Start of API savepoint
92: SAVEPOINT update_status_pvt;
93:
94: -- Standard call to check for call compatibility.
95: IF NOT fnd_api.compatible_api_call (

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

90: BEGIN
91: -- Standard Start of API savepoint
92: SAVEPOINT update_status_pvt;
93:
94: -- Standard call to check for call compatibility.
95: IF NOT fnd_api.compatible_api_call (
96: l_api_version,
97: p_api_version,
98: l_api_name,

Line 547: -- Standard check for p_commit

543: --
544: -- End of API body.
545: --
546:
547: -- Standard check for p_commit
548: IF fnd_api.to_boolean (
549: p_commit
550: )
551: THEN

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

556: aso_utility_pvt.debug_message (
557: fnd_msg_pub.g_msg_lvl_debug_low,
558: 'Public API: ' || l_api_name || 'end'
559: );
560: -- Standard call to get message count and if count is 1, get message info.
561: fnd_msg_pub.count_and_get (
562: p_count => x_msg_count,
563: p_data => x_msg_data
564: );