DBA Data[Home] [Help]

APPS.IGS_PS_UNIT_LGCY_PVT dependencies on STANDARD

Line 51: --Standard start of API savepoint

47: fnd_log.string( fnd_log.level_procedure, 'igs.plsql.igs_ps_unit_lgcy_pvt.create_unit.start_logging_for',
48: 'Data import from external Sysytem to OSS -LEGACY ');
49: END IF;
50:
51: --Standard start of API savepoint
52: SAVEPOINT Create_Unit_PVT;
53:
54: --Standard call to check for call compatibility
55: IF NOT FND_API.Compatible_API_Call(l_api_version ,

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

50:
51: --Standard start of API savepoint
52: SAVEPOINT Create_Unit_PVT;
53:
54: --Standard call to check for call compatibility
55: IF NOT FND_API.Compatible_API_Call(l_api_version ,
56: p_api_version ,
57: l_api_name ,
58: G_PKG_NAME ) THEN

Line 185: --Standard check of p_commit

181: END IF;
182:
183: --End of API body
184:
185: --Standard check of p_commit
186: IF FND_API.TO_Boolean( p_commit) THEN
187: COMMIT WORK;
188: END IF;
189:

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

186: IF FND_API.TO_Boolean( p_commit) THEN
187: COMMIT WORK;
188: END IF;
189:
190: --Standard call to get message count and if count is 1, get message info.
191: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count,
192: p_data => x_msg_data);
193:
194: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) THEN