DBA Data[Home] [Help]

APPS.INL_MATCH_GRP dependencies on STANDARD

Line 43: -- Standard Beginning of Procedure/Function Logging

39: l_parent_match_id NUMBER;
40: l_current_reversal_flag VARCHAR2(1); --Bug#14604983
41:
42: BEGIN
43: -- Standard Beginning of Procedure/Function Logging
44: INL_LOGGING_PVT.Log_BeginProc (
45: p_module_name => g_module_name,
46: p_procedure_name => l_api_name
47: );

Line 49: -- Standard Start of API savepoint

45: p_module_name => g_module_name,
46: p_procedure_name => l_api_name
47: );
48:
49: -- Standard Start of API savepoint
50: SAVEPOINT Create_MatchIntLines_GRP;
51:
52: -- Initialize message list if p_init_msg_list is set to TRUE.
53: IF FND_API.to_Boolean( p_init_msg_list ) THEN

Line 177: -- Standard check of p_commit.

173: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
174: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
175: END IF;
176:
177: -- Standard check of p_commit.
178: IF FND_API.To_Boolean( p_commit ) THEN
179: COMMIT WORK;
180: END IF;
181:

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

178: IF FND_API.To_Boolean( p_commit ) THEN
179: COMMIT WORK;
180: END IF;
181:
182: -- Standard call to get message count and if count is 1, get message info.
183: FND_MSG_PUB.Count_And_Get(
184: p_encoded => FND_API.g_false,
185: p_count => x_msg_count,
186: p_data => x_msg_data

Line 189: -- Standard End of Procedure/Function Logging

185: p_count => x_msg_count,
186: p_data => x_msg_data
187: );
188:
189: -- Standard End of Procedure/Function Logging
190: INL_logging_pvt.Log_EndProc (
191: p_module_name => g_module_name,
192: p_procedure_name => l_api_name
193: );

Line 196: -- Standard Expected Error Logging

192: p_procedure_name => l_api_name
193: );
194: EXCEPTION
195: WHEN FND_API.G_EXC_ERROR THEN
196: -- Standard Expected Error Logging
197: INL_LOGGING_PVT.Log_ExpecError (
198: p_module_name => g_module_name,
199: p_procedure_name => l_api_name
200: );

Line 209: -- Standard Unexpected Error Logging

205: p_count => x_msg_count,
206: p_data => x_msg_data
207: );
208: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
209: -- Standard Unexpected Error Logging
210: INL_LOGGING_PVT.Log_UnexpecError (
211: p_module_name => g_module_name,
212: p_procedure_name => l_api_name
213: );

Line 222: -- Standard Unexpected Error Logging

218: p_count => x_msg_count,
219: p_data => x_msg_data
220: );
221: WHEN OTHERS THEN
222: -- Standard Unexpected Error Logging
223: INL_LOGGING_PVT.Log_UnexpecError (
224: p_module_name => g_module_name,
225: p_procedure_name => l_api_name
226: );

Line 354: -- Standard Beginning of Procedure/Function Logging

350: l_sysdate date := trunc(sysdate);
351: l_count_to_match_amt NUMBER;
352: BEGIN
353:
354: -- Standard Beginning of Procedure/Function Logging
355: INL_LOGGING_PVT.Log_BeginProc (
356: p_module_name => g_module_name,
357: p_procedure_name => l_api_name
358: );

Line 367: -- Standard Start of API savepoint

363: p_procedure_name => l_api_name,
364: p_debug_info => l_debug_info
365: );
366:
367: -- Standard Start of API savepoint
368: SAVEPOINT Create_MatchesFromAP_GRP;
369:
370: -- Initialize message list if p_init_msg_list is set to TRUE.
371: IF FND_API.to_Boolean( p_init_msg_list ) THEN

Line 614: -- Standard check of p_commit.

610: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
611: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
612: END IF;
613:
614: -- Standard check of p_commit.
615: IF FND_API.To_Boolean( p_commit ) THEN
616: COMMIT WORK;
617: END IF;
618:

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

615: IF FND_API.To_Boolean( p_commit ) THEN
616: COMMIT WORK;
617: END IF;
618:
619: -- Standard call to get message count and if count is 1, get message info.
620: FND_MSG_PUB.Count_And_Get(
621: p_encoded => FND_API.g_false,
622: p_count => x_msg_count,
623: p_data => x_msg_data

Line 626: -- Standard End of Procedure/Function Logging

622: p_count => x_msg_count,
623: p_data => x_msg_data
624: );
625:
626: -- Standard End of Procedure/Function Logging
627: INL_logging_pvt.Log_EndProc (
628: p_module_name => g_module_name,
629: p_procedure_name => l_api_name
630: );

Line 633: -- Standard Expected Error Logging

629: p_procedure_name => l_api_name
630: );
631: EXCEPTION
632: WHEN FND_API.G_EXC_ERROR THEN
633: -- Standard Expected Error Logging
634: INL_LOGGING_PVT.Log_ExpecError (
635: p_module_name => g_module_name,
636: p_procedure_name => l_api_name
637: );

Line 646: -- Standard Unexpected Error Logging

642: p_count => x_msg_count,
643: p_data => x_msg_data
644: );
645: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
646: -- Standard Unexpected Error Logging
647: INL_LOGGING_PVT.Log_UnexpecError (
648: p_module_name => g_module_name,
649: p_procedure_name => l_api_name
650: );

Line 660: -- Standard Unexpected Error Logging

656: p_count => x_msg_count,
657: p_data => x_msg_data
658: );
659: WHEN OTHERS THEN
660: -- Standard Unexpected Error Logging
661: INL_LOGGING_PVT.Log_UnexpecError (
662: p_module_name => g_module_name,
663: p_procedure_name => l_api_name
664: );