DBA Data[Home] [Help]

APPS.XNB_BILL_SUMMARIES_PKG dependencies on STANDARD

Line 57: --Change: Added parameter p_api_version to comply to Business API standards.

53: x_msg_data OUT NOCOPY VARCHAR2
54: )
55: IS
56: --Date:04-Feb-2005 Author:DPUTHIYE Bug#:4159395
57: --Change: Added parameter p_api_version to comply to Business API standards.
58: -- Added Std API documentation header for the API.
59: -- Moved Assumptions from below this comment to API doc Header
60: --Other Files Impact: None.
61: l_api_version CONSTANT NUMBER := 1.0; -- added to fix Bug#:4159395

Line 142: -- Standard call to check for call compatibility

138: --Change: The savepoint above has been moved from a place below to the cur loc.
139: --Change: The following check was added to check API compatibility
140: --Other Files Impact: None.
141:
142: -- Standard call to check for call compatibility
143: IF NOT FND_API.Compatible_API_Call(
144: l_api_version,
145: p_api_version,
146: l_api_name,

Line 549: --Change: Added parameter p_api_version to comply to Business API standards.

545: x_msg_data OUT NOCOPY VARCHAR2
546: )
547: IS
548: --Date:04-Feb-2005 Author:DPUTHIYE Bug#:4159395
549: --Change: Added parameter p_api_version to comply to Business API standards.
550: -- Added Std API documentation header for the API.
551: -- Moved Assumptions from below this comment to API doc Header
552: --Other Files Impact: None.
553: l_api_version CONSTANT NUMBER := 1.0; -- added to fix Bug#:4159395

Line 652: -- Standard call to check for call compatibility

648: --Date:04-Feb-2005 Author:DPUTHIYE Bug#:4159395
649: --Change: The following check was added to check API compatibility
650: --Other Files Impact: None.
651:
652: -- Standard call to check for call compatibility
653: IF NOT FND_API.Compatible_API_Call(
654: l_api_version,
655: p_api_version,
656: l_api_name,