DBA Data[Home] [Help]

APPS.IGS_PS_GENERIC_PVT dependencies on STANDARD

Line 85: --Standard start of API savepoint

81: fnd_log.string( fnd_log.level_procedure, 'igs.plsql.igs_ps_generic_pvt.psp_import.start_logging_for',
82: 'Data import from external Sysytem to OSS ');
83: END IF;
84:
85: --Standard start of API savepoint
86: SAVEPOINT psp_import_PVT;
87:
88: --Standard call to check for call compatibility
89: IF NOT FND_API.Compatible_API_Call(l_api_version ,

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

84:
85: --Standard start of API savepoint
86: SAVEPOINT psp_import_PVT;
87:
88: --Standard call to check for call compatibility
89: IF NOT FND_API.Compatible_API_Call(l_api_version ,
90: p_api_version ,
91: l_api_name ,
92: G_PKG_NAME) THEN

Line 653: --Standard check of p_commit

649: END IF;
650:
651: --End of API body
652:
653: --Standard check of p_commit
654: IF FND_API.TO_Boolean( p_commit) THEN
655: COMMIT WORK;
656: END IF;
657:

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

654: IF FND_API.TO_Boolean( p_commit) THEN
655: COMMIT WORK;
656: END IF;
657:
658: --Standard call to get message count and if count is 1, get message info.
659: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
660: p_data => x_msg_data);
661:
662: