DBA Data[Home] [Help]

APPS.IEU_WR_CON_PVT dependencies on FND_API

Line 274: RAISE fnd_api.g_exc_error;

270: FND_MESSAGE.SET_TOKEN('WS_CODE', l_parent_ws_code);
271: l_message := FND_MESSAGE.GET;
272: FND_FILE.PUT_LINE(FND_FILE.LOG, l_message);
273:
274: RAISE fnd_api.g_exc_error;
275: END IF;
276:
277:
278: --** If parents work items have been purged, then purge child work items **--

Line 448: fnd_api.g_ret_sts_success,

444: l_workitem_comment_code2,
445: l_workitem_comment_code3,
446: l_workitem_comment_code4,
447: l_workitem_comment_code5,
448: fnd_api.g_ret_sts_success,
449: NULL,
450: FND_PROFILE.VALUE('IEU_WR_DIST_AUDIT_LOG'));
451: EXCEPTION
452: WHEN dml_errors THEN

Line 685: fnd_api.g_ret_sts_success,

681: l_workitem_comment_code2,
682: l_workitem_comment_code3,
683: l_workitem_comment_code4,
684: l_workitem_comment_code5,
685: fnd_api.g_ret_sts_success,
686: NULL,
687: FND_PROFILE.VALUE('IEU_WR_DIST_AUDIT_LOG'));
688: EXCEPTION
689: WHEN dml_errors THEN

Line 904: fnd_api.g_ret_sts_success,

900: l_workitem_comment_code2,
901: l_workitem_comment_code3,
902: l_workitem_comment_code4,
903: l_workitem_comment_code5,
904: fnd_api.g_ret_sts_success,
905: NULL,
906: FND_PROFILE.VALUE('IEU_WR_DIST_AUDIT_LOG'));
907: EXCEPTION
908: WHEN dml_errors THEN

Line 927: WHEN fnd_api.g_exc_error THEN

923: END IF; /*** l_ws_type = 'PRIMARY' ***/
924: commit;
925:
926: EXCEPTION
927: WHEN fnd_api.g_exc_error THEN
928:
929: retcode := 2;
930: fnd_msg_pub.Count_and_Get
931: (