DBA Data[Home] [Help]

APPS.FND_API dependencies on FND_API

Line 1: PACKAGE BODY FND_API AS

1: PACKAGE BODY FND_API AS
2: /* $Header: AFASAPIB.pls 115.1 99/07/16 23:08:33 porting sh $ */
3:
4: -- Constants used as tokens for unexpected error messages.
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(15):= 'FND_API';

2: /* $Header: AFASAPIB.pls 115.1 99/07/16 23:08:33 porting sh $ */
3:
4: -- Constants used as tokens for unexpected error messages.
5:
6: G_PKG_NAME CONSTANT VARCHAR2(15):= 'FND_API';
7:
8: -- FUNCTION Compatible_API_Call
9: --
10: -- Desc Checks if a call to an API is has the same major

Line 81: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

77: p_procedure_name => 'TO_BOOLEAN' ,
78: p_error_text => 'Unrecognized character : '||p_char
79: );
80:
81: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
82:
83: END IF;
84:
85: END To_Boolean;

Line 87: END FND_API; -- FND_API package body.

83: END IF;
84:
85: END To_Boolean;
86:
87: END FND_API; -- FND_API package body.
88: