DBA Data[Home] [Help]

APPS.JTF_RS_SALESREPS_PVT dependencies on JTF_RS_SALESREPS_PVT

Line 1: PACKAGE BODY JTF_RS_SALESREPS_PVT AS

1: PACKAGE BODY JTF_RS_SALESREPS_PVT AS
2: /* $Header: jtfrsvsb.pls 120.1 2005/06/07 23:03:26 baianand ship $ */
3:
4:
5: G_PKG_NAME CONSTANT VARCHAR2(30):= 'JTF_RS_SALESREPS_PVT';

Line 5: G_PKG_NAME CONSTANT VARCHAR2(30):= 'JTF_RS_SALESREPS_PVT';

1: PACKAGE BODY JTF_RS_SALESREPS_PVT AS
2: /* $Header: jtfrsvsb.pls 120.1 2005/06/07 23:03:26 baianand ship $ */
3:
4:
5: G_PKG_NAME CONSTANT VARCHAR2(30):= 'JTF_RS_SALESREPS_PVT';
6:
7: /* Procedure to create salesreps */
8:
9: PROCEDURE Create_salesrep(

Line 132: 'JTF_RS_SALESREPS_PVT',

128:
129: /* Pre Call to the Customer Type User Hook */
130:
131: IF jtf_usr_hks.ok_to_execute(
132: 'JTF_RS_SALESREPS_PVT',
133: 'CREATE_SALESREP',
134: 'B',
135: 'C')
136: THEN

Line 173: 'JTF_RS_SALESREPS_PVT',

169:
170: /* Pre Call to the Vertical Type User Hook */
171:
172: IF jtf_usr_hks.ok_to_execute(
173: 'JTF_RS_SALESREPS_PVT',
174: 'CREATE_SALESREP',
175: 'B',
176: 'V')
177: THEN

Line 216: 'JTF_RS_SALESREPS_PVT',

212:
213: /* Pre Call to the Internal Type User Hook */
214:
215: IF jtf_usr_hks.ok_to_execute(
216: 'JTF_RS_SALESREPS_PVT',
217: 'CREATE_SALESREP',
218: 'B',
219: 'I')
220: THEN

Line 422: 'JTF_RS_SALESREPS_PVT',

418:
419: /* Post Call to the Customer Type User Hook */
420:
421: IF jtf_usr_hks.ok_to_execute(
422: 'JTF_RS_SALESREPS_PVT',
423: 'CREATE_SALESREP',
424: 'A',
425: 'C')
426: THEN

Line 463: 'JTF_RS_SALESREPS_PVT',

459:
460: /* Post Call to the Vertical Type User Hook */
461:
462: IF jtf_usr_hks.ok_to_execute(
463: 'JTF_RS_SALESREPS_PVT',
464: 'CREATE_SALESREP',
465: 'A',
466: 'V')
467: THEN

Line 504: 'JTF_RS_SALESREPS_PVT',

500:
501: /* Post Call to the Internal Type User Hook */
502:
503: IF jtf_usr_hks.ok_to_execute(
504: 'JTF_RS_SALESREPS_PVT',
505: 'CREATE_SALESREP',
506: 'A',
507: 'I')
508: THEN

Line 546: 'JTF_RS_SALESREPS_PVT',

542:
543: /* Standard call for Message Generation */
544:
545: IF jtf_usr_hks.ok_to_execute(
546: 'JTF_RS_SALESREPS_PVT',
547: 'CREATE_SALESREP',
548: 'M',
549: 'M')
550: THEN

Line 678: jtf_rs_salesreps_pvt.create_salesrep (

674: BEGIN
675:
676: G_SRP_ID_PVT_FLAG := 'N';
677:
678: jtf_rs_salesreps_pvt.create_salesrep (
679: P_API_VERSION => P_API_VERSION,
680: P_INIT_MSG_LIST => P_INIT_MSG_LIST,
681: P_COMMIT => P_COMMIT,
682: P_RESOURCE_ID => P_RESOURCE_ID,

Line 877: 'JTF_RS_SALESREPS_PVT',

873:
874: /* Pre Call to the Customer Type User Hook */
875:
876: IF jtf_usr_hks.ok_to_execute(
877: 'JTF_RS_SALESREPS_PVT',
878: 'UPDATE_SALESREP',
879: 'B',
880: 'C')
881: THEN

Line 916: 'JTF_RS_SALESREPS_PVT',

912:
913: /* Pre Call to the Vertical Type User Hook */
914:
915: IF jtf_usr_hks.ok_to_execute(
916: 'JTF_RS_SALESREPS_PVT',
917: 'UPDATE_SALESREP',
918: 'B',
919: 'V')
920: THEN

Line 958: 'JTF_RS_SALESREPS_PVT',

954:
955: /* Pre Call to the Internal Type User Hook */
956:
957: IF jtf_usr_hks.ok_to_execute(
958: 'JTF_RS_SALESREPS_PVT',
959: 'UPDATE_SALESREP',
960: 'B',
961: 'I')
962: THEN

Line 1134: 'JTF_RS_SALESREPS_PVT',

1130:
1131: /* Post Call to the Customer Type User Hook */
1132:
1133: IF jtf_usr_hks.ok_to_execute(
1134: 'JTF_RS_SALESREPS_PVT',
1135: 'UPDATE_SALESREP',
1136: 'A',
1137: 'C')
1138: THEN

Line 1174: 'JTF_RS_SALESREPS_PVT',

1170:
1171: /* Post Call to the Vertical Type User Hook */
1172:
1173: IF jtf_usr_hks.ok_to_execute(
1174: 'JTF_RS_SALESREPS_PVT',
1175: 'UPDATE_SALESREP',
1176: 'A',
1177: 'V')
1178: THEN

Line 1214: 'JTF_RS_SALESREPS_PVT',

1210:
1211: /* Post Call to the Internal Type User Hook */
1212:
1213: IF jtf_usr_hks.ok_to_execute(
1214: 'JTF_RS_SALESREPS_PVT',
1215: 'UPDATE_SALESREP',
1216: 'A',
1217: 'I')
1218: THEN

Line 1254: 'JTF_RS_SALESREPS_PVT',

1250:
1251: /* Standard call for Message Generation */
1252:
1253: IF jtf_usr_hks.ok_to_execute(
1254: 'JTF_RS_SALESREPS_PVT',
1255: 'UPDATE_SALESREP',
1256: 'M',
1257: 'M')
1258: THEN

Line 1338: End JTF_RS_SALESREPS_PVT;

1334: p_data => x_msg_data);
1335:
1336: End update_salesrep;
1337:
1338: End JTF_RS_SALESREPS_PVT;