DBA Data[Home] [Help]

APPS.CLN_CH_EVENT_SUBSCRIPTION_PKG dependencies on FND_API

Line 664: RAISE FND_API.G_EXC_ERROR;

660:
661:
662:
663: IF ( l_return_status <> 'S') THEN
664: RAISE FND_API.G_EXC_ERROR;
665: END IF;
666:
667: IF (l_Debug_Level <= 2) THEN
668: ecx_cln_debug_pub.Add('============EXITING CLN_CREATE_EVENT_SUB============', 2);

Line 676: WHEN FND_API.G_EXC_ERROR THEN

672: RETURN 'SUCCESS' ;
673:
674: EXCEPTION
675:
676: WHEN FND_API.G_EXC_ERROR THEN
677: l_error_code :=SQLCODE;
678: l_error_msg :=SQLERRM;
679: IF (l_Debug_Level <= 4) THEN
680: ecx_cln_debug_pub.Add('Error:' || l_error_code || ':' || l_error_msg || ':' || l_msg_data, 3);

Line 1294: RAISE FND_API.G_EXC_ERROR;

1290: END IF;
1291:
1292:
1293: IF ( l_return_status <> 'S') THEN
1294: RAISE FND_API.G_EXC_ERROR;
1295: END IF;
1296:
1297: IF (l_Debug_Level <= 2) THEN
1298: ecx_cln_debug_pub.Add('============EXITING CLN_UPDATE_EVENT_SUB============', 2);

Line 1304: WHEN FND_API.G_EXC_ERROR THEN

1300:
1301: RETURN 'SUCCESS' ;
1302:
1303: EXCEPTION
1304: WHEN FND_API.G_EXC_ERROR THEN
1305: l_error_code :=SQLCODE;
1306: l_error_msg :=SQLERRM;
1307: IF (l_Debug_Level <= 4) THEN
1308: ecx_cln_debug_pub.Add('Error:' || l_error_code || ':' || l_error_msg, 3);

Line 1603: RAISE FND_API.G_EXC_ERROR;

1599: END IF;
1600:
1601:
1602: IF ( l_return_status <> 'S') THEN
1603: RAISE FND_API.G_EXC_ERROR;
1604: END IF;
1605:
1606: IF (l_Debug_Level <= 2) THEN
1607: ecx_cln_debug_pub.Add('============EXITING ADD_MESSAGES_EVENT_SUB============', 2);

Line 1613: WHEN FND_API.G_EXC_ERROR THEN

1609:
1610: RETURN 'SUCCESS' ;
1611:
1612: EXCEPTION
1613: WHEN FND_API.G_EXC_ERROR THEN
1614: IF (l_Debug_Level <= 1) THEN
1615: ecx_cln_debug_pub.Add('Error:' || l_msg_data , 3);
1616: END IF;
1617:

Line 2230: RAISE FND_API.G_EXC_ERROR;

2226: END IF;
2227:
2228:
2229: IF ( l_return_status <> 'S') THEN
2230: RAISE FND_API.G_EXC_ERROR;
2231: END IF;
2232:
2233: IF (l_Debug_Level <= 2) THEN
2234: ecx_cln_debug_pub.Add('============EXITING ADD_COLLABORATION_EVENT_SUB============', 2);

Line 2240: WHEN FND_API.G_EXC_ERROR THEN

2236:
2237: RETURN 'SUCCESS' ;
2238:
2239: EXCEPTION
2240: WHEN FND_API.G_EXC_ERROR THEN
2241: l_error_code :=SQLCODE;
2242: l_error_msg :=SQLERRM;
2243: IF (l_Debug_Level <= 4) THEN
2244: ecx_cln_debug_pub.Add('Error:' || l_error_code || ':' || l_error_msg, 3);

Line 2550: RAISE FND_API.G_EXC_ERROR;

2546: END IF;
2547:
2548:
2549: IF ( l_return_status <> 'S') THEN
2550: RAISE FND_API.G_EXC_ERROR;
2551: END IF;
2552:
2553: IF (l_Debug_Level <= 2) THEN
2554: ecx_cln_debug_pub.Add('============EXITING NOTIFICATION_EVENT_SUB============', 2);

Line 2600: RAISE FND_API.G_EXC_ERROR;

2596: END IF;
2597:
2598:
2599: IF ( l_return_status <> 'S') THEN
2600: RAISE FND_API.G_EXC_ERROR;
2601: END IF;
2602:
2603: IF (l_Debug_Level <= 2) THEN
2604: ecx_cln_debug_pub.Add('============EXITING NOTIFICATION_EVENT_SUB============', 2);

Line 2611: WHEN FND_API.G_EXC_ERROR THEN

2607: RETURN 'SUCCESS' ;
2608:
2609: EXCEPTION
2610:
2611: WHEN FND_API.G_EXC_ERROR THEN
2612: l_error_code :=SQLCODE;
2613: l_error_msg :=SQLERRM;
2614:
2615: IF (l_Debug_Level <= 4) THEN