DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_MEMBER_VUHK dependencies on JTF_RS_GROUP_MEMBER_VUHK

Line 1: PACKAGE BODY JTF_RS_GROUP_MEMBER_VUHK AS

1: PACKAGE BODY JTF_RS_GROUP_MEMBER_VUHK AS
2: /* $Header: jtmgmemb.pls 120.2 2005/08/24 02:10:08 saradhak noship $ */
3:
4:
5: /* Vertcal Industry Procedure for pre processing in case of

Line 34: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||

30: l_strBuffer VARCHAR2(2000);
31: l_strLogBuffer VARCHAR2(2000) := ' begin ' ||
32: ' JTM_MESSAGE_LOG_PKG.log_msg(' ||
33: ' ''CREATE_GROUP_MEMBERS_POST'', ' ||
34: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||
35: ' ''Error:'' || SQLERRM ' || ',' ||
36: ' 1,' ||
37: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.CREATE_GROUP_MEMBERS_POST''); ' ||
38: ' exception ' ||

Line 37: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.CREATE_GROUP_MEMBERS_POST''); ' ||

33: ' ''CREATE_GROUP_MEMBERS_POST'', ' ||
34: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||
35: ' ''Error:'' || SQLERRM ' || ',' ||
36: ' 1,' ||
37: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.CREATE_GROUP_MEMBERS_POST''); ' ||
38: ' exception ' ||
39: ' when others then null;' ||
40: ' end; ';
41:

Line 49: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||

45: begin
46: EXECUTE IMMEDIATE
47: ' begin JTM_MESSAGE_LOG_PKG.log_msg(' ||
48: ' ''CREATE_GROUP_MEMBERS_POST'', ' ||
49: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||
50: ' ''The procedure is called.'', ' ||
51: ' 4,' ||
52: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.CREATE_GROUP_MEMBERS_POST''); ' ||
53: ' end; ';

Line 52: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.CREATE_GROUP_MEMBERS_POST''); ' ||

48: ' ''CREATE_GROUP_MEMBERS_POST'', ' ||
49: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||
50: ' ''The procedure is called.'', ' ||
51: ' 4,' ||
52: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.CREATE_GROUP_MEMBERS_POST''); ' ||
53: ' end; ';
54: exception
55: when others then
56: null;

Line 136: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||

132: l_strBuffer VARCHAR2(2000);
133: l_strLogBuffer VARCHAR2(2000) := ' begin ' ||
134: ' JTM_MESSAGE_LOG_PKG.log_msg(' ||
135: ' ''DELETE_GROUP_MEMBERS_PRE'', ' ||
136: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||
137: ' ''Error:'' || SQLERRM ' || ',' ||
138: ' 1,' ||
139: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.DELETE_GROUP_MEMBERS_PRE''); ' ||
140: ' exception ' ||

Line 139: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.DELETE_GROUP_MEMBERS_PRE''); ' ||

135: ' ''DELETE_GROUP_MEMBERS_PRE'', ' ||
136: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||
137: ' ''Error:'' || SQLERRM ' || ',' ||
138: ' 1,' ||
139: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.DELETE_GROUP_MEMBERS_PRE''); ' ||
140: ' exception ' ||
141: ' when others then null;' ||
142: ' end; ';
143:

Line 151: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||

147: begin
148: EXECUTE IMMEDIATE
149: ' begin JTM_MESSAGE_LOG_PKG.log_msg(' ||
150: ' ''DELETE_GROUP_MEMBERS_PRE'', ' ||
151: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||
152: ' ''The procedure is called.'', ' ||
153: ' 4,' ||
154: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.DELETE_GROUP_MEMBERS_PRE''); ' ||
155: ' end; ';

Line 154: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.DELETE_GROUP_MEMBERS_PRE''); ' ||

150: ' ''DELETE_GROUP_MEMBERS_PRE'', ' ||
151: ' ''JTF_RS_GROUP_MEMBER_VUHK'', ' ||
152: ' ''The procedure is called.'', ' ||
153: ' 4,' ||
154: ' ''JTM.JTF_RS_GROUP_MEMBER_VUHK.DELETE_GROUP_MEMBERS_PRE''); ' ||
155: ' end; ';
156: exception
157: when others then
158: null;

Line 210: END jtf_rs_group_member_vuhk;

206: BEGIN
207: x_return_status := fnd_api.g_ret_sts_success;
208: END delete_group_members_post;
209:
210: END jtf_rs_group_member_vuhk;