DBA Data[Home] [Help]

APPS.IEU_TASKS_WR_MIG_PVT dependencies on FND_API

Line 488: RAISE fnd_api.g_exc_error;

484: p_count => x_msg_count,
485: p_data => x_msg_data
486: );
487:
488: RAISE fnd_api.g_exc_error;
489: END IF;
490:
491: err_flag := 'Y';
492: fnd_file.new_line(FND_FILE.LOG, 1);

Line 519: -- RAISE fnd_api.g_exc_error;

515: p_count => x_msg_count,
516: p_data => x_msg_data
517: );
518:
519: -- RAISE fnd_api.g_exc_error;
520: END IF;
521: END;
522:
523:

Line 584: RAISE fnd_api.g_exc_error;

580: p_count => x_msg_count,
581: p_data => x_msg_data
582: );
583:
584: RAISE fnd_api.g_exc_error;
585: END IF;
586:
587: fnd_file.new_line(FND_FILE.LOG, 1);
588: FND_MESSAGE.SET_NAME('IEU', 'IEU_UPDATE_UWQM_ITEM_FAILED');

Line 613: -- RAISE fnd_api.g_exc_error;

609: p_count => x_msg_count,
610: p_data => x_msg_data
611: );
612:
613: -- RAISE fnd_api.g_exc_error;
614:
615:
616:
617: END;

Line 709: RAISE fnd_api.g_exc_error;

705: p_count => x_msg_count,
706: p_data => x_msg_data
707: );
708:
709: RAISE fnd_api.g_exc_error;
710: END IF;
711:
712: fnd_file.new_line(FND_FILE.LOG, 1);
713: FND_MESSAGE.SET_NAME('IEU', 'IEU_UPDATE_UWQM_ITEM_FAILED');

Line 735: -- RAISE fnd_api.g_exc_error;

731: (
732: p_count => x_msg_count,
733: p_data => x_msg_data);
734:
735: -- RAISE fnd_api.g_exc_error;
736:
737:
738:
739: END;

Line 798: RAISE fnd_api.g_exc_error;

794: p_count => x_msg_count,
795: p_data => x_msg_data
796: );
797:
798: RAISE fnd_api.g_exc_error;
799: END IF;
800:
801: fnd_file.new_line(FND_FILE.LOG, 1);
802: FND_MESSAGE.SET_NAME('IEU', 'IEU_UPDATE_UWQM_ITEM_FAILED');

Line 824: -- RAISE fnd_api.g_exc_error;

820: (
821: p_count => x_msg_count,
822: p_data => x_msg_data);
823:
824: -- RAISE fnd_api.g_exc_error;
825:
826:
827: END;
828:

Line 891: RAISE fnd_api.g_exc_error;

887: p_count => x_msg_count,
888: p_data => x_msg_data
889: );
890:
891: RAISE fnd_api.g_exc_error;
892: END IF;
893:
894:
895: fnd_file.new_line(FND_FILE.LOG, 1);

Line 918: -- RAISE fnd_api.g_exc_error;

914: (
915: p_count => x_msg_count,
916: p_data => x_msg_data);
917:
918: -- RAISE fnd_api.g_exc_error;
919:
920:
921:
922: END;

Line 978: RAISE fnd_api.g_exc_error;

974: l_ws_act_failed_msg := FND_MESSAGE.GET;
975:
976: l_ws_act_failed_msg := l_ws_act_failed_msg||' '||l_msg_data;
977: fnd_file.put_line(FND_FILE.LOG, l_ws_act_failed_msg);
978: RAISE fnd_api.g_exc_error;
979:
980: -- dbms_output.put_line(l_ws_act_failed_msg);
981: end if;
982:

Line 1009: WHEN fnd_api.g_exc_error THEN

1005: degree => 8,
1006: cascade => TRUE);
1007:
1008: EXCEPTION
1009: WHEN fnd_api.g_exc_error THEN
1010:
1011: IEU_WR_PUB.DEACTIVATE_WS
1012: (p_api_version => 1,
1013: p_init_msg_list => 'T',

Line 1028: WHEN fnd_api.g_exc_unexpected_error THEN

1024: p_data => x_msg_data
1025: );
1026: errbuf :=x_msg_Data;
1027:
1028: WHEN fnd_api.g_exc_unexpected_error THEN
1029:
1030: -- errbuf := sqlcode||' '||sqlerrm;
1031: IEU_WR_PUB.DEACTIVATE_WS
1032: (p_api_version => 1,