DBA Data[Home] [Help]

APPS.M4U_SETUP_PACKAGE dependencies on M4U_SETUP_PACKAGE

Line 1: PACKAGE BODY M4U_SETUP_PACKAGE AS

1: PACKAGE BODY M4U_SETUP_PACKAGE AS
2: /* $Header: M4USETPB.pls 120.0 2005/08/01 03:50:08 rkrishan noship $ */
3:
4: l_debug_level NUMBER := to_number(nvl(fnd_profile.value('CLN_DEBUG_LEVEL'), '5'));
5:

Line 621: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'CIN','m4u_230_cin_out','OUT',l_tp_hdr_id);

617: END IF;
618:
619: -- setup ECX TP details
620: --1
621: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'CIN','m4u_230_cin_out','OUT',l_tp_hdr_id);
622: IF (l_Debug_Level <= 1) THEN
623: cln_debug_pub.Add('---- Return Values From API ----', 1);
624: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
625: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 635: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'GBREGQRY','m4u_230_gbreg_qry_out','OUT',l_tp_hdr_id);

631: RAISE FND_API.G_EXC_ERROR;
632: END IF;
633:
634: --2
635: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'GBREGQRY','m4u_230_gbreg_qry_out','OUT',l_tp_hdr_id);
636: IF (l_Debug_Level <= 1) THEN
637: cln_debug_pub.Add('---- Return Values From API ----', 1);
638: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
639: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 650: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'PARTYQRY','m4u_230_party_qry_out','OUT',l_tp_hdr_id);

646: END IF;
647:
648:
649: --3
650: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'PARTYQRY','m4u_230_party_qry_out','OUT',l_tp_hdr_id);
651: IF (l_Debug_Level <= 1) THEN
652: cln_debug_pub.Add('---- Return Values From API ----', 1);
653: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
654: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 665: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RCIR','m4u_230_rcir_out','OUT',l_tp_hdr_id);

661:
662: END IF;
663:
664: --4
665: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RCIR','m4u_230_rcir_out','OUT',l_tp_hdr_id);
666: IF (l_Debug_Level <= 1) THEN
667: cln_debug_pub.Add('---- Return Values From API ----', 1);
668: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
669: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 679: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'WLQ','m4u_230_wlq_out','OUT',l_tp_hdr_id);

675: RAISE FND_API.G_EXC_ERROR;
676: END IF;
677:
678: --5
679: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'WLQ','m4u_230_wlq_out','OUT',l_tp_hdr_id);
680: IF (l_Debug_Level <= 1) THEN
681: cln_debug_pub.Add('---- Return Values From API ----', 1);
682: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
683: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 693: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RESP_ACK','m4u_230_resp_ack_in','IN',l_tp_hdr_id);

689: RAISE FND_API.G_EXC_ERROR;
690: END IF;
691:
692: --6
693: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RESP_ACK','m4u_230_resp_ack_in','IN',l_tp_hdr_id);
694: IF (l_Debug_Level <= 1) THEN
695: cln_debug_pub.Add('---- Return Values From API ----', 1);
696: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
697: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 707: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RESP_BATCH','m4u_230_resp_batch_in','IN',l_tp_hdr_id);

703: RAISE FND_API.G_EXC_ERROR;
704: END IF;
705:
706: --7
707: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RESP_BATCH','m4u_230_resp_batch_in','IN',l_tp_hdr_id);
708: IF (l_Debug_Level <= 1) THEN
709: cln_debug_pub.Add('---- Return Values From API ----', 1);
710: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
711: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 721: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RESP_CIC','m4u_230_resp_cic_in','IN',l_tp_hdr_id);

717: RAISE FND_API.G_EXC_ERROR;
718: END IF;
719:
720: --8
721: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RESP_CIC','m4u_230_resp_cic_in','IN',l_tp_hdr_id);
722: IF (l_Debug_Level <= 1) THEN
723: cln_debug_pub.Add('---- Return Values From API ----', 1);
724: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
725: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 735: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RESP_GTIN','m4u_230_resp_gbregqry_in','IN',l_tp_hdr_id);

731: RAISE FND_API.G_EXC_ERROR;
732: END IF;
733:
734: --9
735: M4U_SETUP_PACKAGE.add_or_update_tp_detail(l_retmesg,l_retcode,'RESP_GTIN','m4u_230_resp_gbregqry_in','IN',l_tp_hdr_id);
736: IF (l_Debug_Level <= 1) THEN
737: cln_debug_pub.Add('---- Return Values From API ----', 1);
738: cln_debug_pub.Add('Return Message - '||l_retmesg, 1);
739: cln_debug_pub.Add('Return Code - '||l_retcode, 1);

Line 806: END M4U_SETUP_PACKAGE;

802: cln_debug_pub.Add('==========ERROR :EXTING SETUP API ===========', 2);
803: END IF;
804: END SETUP;
805:
806: END M4U_SETUP_PACKAGE;