DBA Data[Home] [Help]

APPS.IGS_PS_GENERIC_PUB dependencies on STANDARD

Line 82: --Standard start of API savepoint

78: l_api_name CONSTANT VARCHAR2(30) := 'psp_import';
79: l_api_version CONSTANT NUMBER := 1.0;
80:
81: BEGIN
82: --Standard start of API savepoint
83: SAVEPOINT psp_import_PUB;
84:
85: --Standard call to check for call compatibility
86: IF NOT FND_API.Compatible_API_Call(l_api_version ,

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

81: BEGIN
82: --Standard start of API savepoint
83: SAVEPOINT psp_import_PUB;
84:
85: --Standard call to check for call compatibility
86: IF NOT FND_API.Compatible_API_Call(l_api_version ,
87: p_api_version ,
88: l_api_name ,
89: G_PKG_NAME) THEN