DBA Data[Home] [Help]

APPS.JTF_RS_SRP_TERRITORIES_PVT dependencies on JTF_RS_SRP_TERRITORIES_PVT

Line 1: PACKAGE BODY jtf_rs_srp_territories_pvt AS

1: PACKAGE BODY jtf_rs_srp_territories_pvt AS
2: /* $Header: jtfrsvib.pls 120.0 2005/05/11 08:23:02 appldev ship $ */
3:
4: /*****************************************************************************************
5: This is a private API that caller will invoke.

Line 17: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_SRP_TERRITORIES_PVT';

13: ******************************************************************************************/
14:
15: /* Package variables. */
16:
17: G_PKG_NAME VARCHAR2(30) := 'JTF_RS_SRP_TERRITORIES_PVT';
18:
19: /* Procedure to create the resource salesrep territories
20: based on input values passed by calling routines. */
21:

Line 126: 'JTF_RS_SRP_TERRITORIES_PVT',

122:
123: --Pre Call to the Customer Type User Hook
124:
125: IF jtf_usr_hks.ok_to_execute(
126: 'JTF_RS_SRP_TERRITORIES_PVT',
127: 'CREATE_RS_SRP_TERRITORIES',
128: 'B',
129: 'C')
130: THEN

Line 154: 'JTF_RS_SRP_TERRITORIES_PVT',

150:
151: --Pre Call to the Vertical Type User Hook
152:
153: IF jtf_usr_hks.ok_to_execute(
154: 'JTF_RS_SRP_TERRITORIES_PVT',
155: 'CREATE_RS_SRP_TERRITORIES',
156: 'B',
157: 'V')
158: THEN

Line 182: 'JTF_RS_SRP_TERRITORIES_PVT',

178:
179: --Pre Call to the Internal Type User Hook
180:
181: IF jtf_usr_hks.ok_to_execute(
182: 'JTF_RS_SRP_TERRITORIES_PVT',
183: 'CREATE_RS_SRP_TERRITORIES',
184: 'B',
185: 'I')
186: THEN

Line 383: 'JTF_RS_SRP_TERRITORIES_PVT',

379:
380: --Post Call to the Customer Type User Hook
381:
382: IF jtf_usr_hks.ok_to_execute(
383: 'JTF_RS_SRP_TERRITORIES_PVT',
384: 'CREATE_RS_SRP_TERRITORIES',
385: 'A',
386: 'C')
387: THEN

Line 412: 'JTF_RS_SRP_TERRITORIES_PVT',

408:
409: --Post Call to the Vertical Type User Hook
410:
411: IF jtf_usr_hks.ok_to_execute(
412: 'JTF_RS_SRP_TERRITORIES_PVT',
413: 'CREATE_RS_SRP_TERRITORIES',
414: 'A',
415: 'V')
416: THEN

Line 441: 'JTF_RS_SRP_TERRITORIES_PVT',

437:
438: --Post Call to the Internal Type User Hook
439:
440: IF jtf_usr_hks.ok_to_execute(
441: 'JTF_RS_SRP_TERRITORIES_PVT',
442: 'CREATE_RS_SRP_TERRITORIES',
443: 'A',
444: 'I')
445: THEN

Line 469: 'JTF_RS_SRP_TERRITORIES_PVT',

465:
466: /* Standard call for Message Generation */
467:
468: IF jtf_usr_hks.ok_to_execute(
469: 'JTF_RS_SRP_TERRITORIES_PVT',
470: 'CREATE_RS_SRP_TERRITORIES',
471: 'M',
472: 'M')
473: THEN

Line 658: 'JTF_RS_SRP_TERRITORIES_PVT',

654:
655: --Pre Call to the Customer Type User Hook
656:
657: IF jtf_usr_hks.ok_to_execute(
658: 'JTF_RS_SRP_TERRITORIES_PVT',
659: 'UPDATE_RS_SRP_TERRITORIES',
660: 'B',
661: 'C')
662: THEN

Line 685: 'JTF_RS_SRP_TERRITORIES_PVT',

681:
682: --Pre Call to the Vertical Type User Hook
683:
684: IF jtf_usr_hks.ok_to_execute(
685: 'JTF_RS_SRP_TERRITORIES_PVT',
686: 'UPDATE_RS_SRP_TERRITORIES',
687: 'B',
688: 'V')
689: THEN

Line 712: 'JTF_RS_SRP_TERRITORIES_PVT',

708:
709: --Pre Call to the Internal Type User Hook
710:
711: IF jtf_usr_hks.ok_to_execute(
712: 'JTF_RS_SRP_TERRITORIES_PVT',
713: 'UPDATE_RS_SRP_TERRITORIES',
714: 'B',
715: 'I')
716: THEN

Line 934: 'JTF_RS_SRP_TERRITORIES_PVT',

930:
931: --Post Call to the Customer Type User Hook
932:
933: IF jtf_usr_hks.ok_to_execute(
934: 'JTF_RS_SRP_TERRITORIES_PVT',
935: 'UPDATE_RS_SRP_TERRITORIES',
936: 'A',
937: 'C')
938: THEN

Line 961: 'JTF_RS_SRP_TERRITORIES_PVT',

957:
958: --Post Call to the Vertical Type User Hook
959:
960: IF jtf_usr_hks.ok_to_execute(
961: 'JTF_RS_SRP_TERRITORIES_PVT',
962: 'UPDATE_RS_SRP_TERRITORIES',
963: 'A',
964: 'V')
965: THEN

Line 988: 'JTF_RS_SRP_TERRITORIES_PVT',

984:
985: --Post Call to the Internal Type User Hook
986:
987: IF jtf_usr_hks.ok_to_execute(
988: 'JTF_RS_SRP_TERRITORIES_PVT',
989: 'UPDATE_RS_SRP_TERRITORIES',
990: 'A',
991: 'I')
992: THEN

Line 1015: 'JTF_RS_SRP_TERRITORIES_PVT',

1011:
1012: /* Standard call for Message Generation */
1013:
1014: IF jtf_usr_hks.ok_to_execute(
1015: 'JTF_RS_SRP_TERRITORIES_PVT',
1016: 'UPDATE_RS_SRP_TERRITORIES',
1017: 'M',
1018: 'M')
1019: THEN

Line 1071: END jtf_rs_srp_territories_pvt;

1067: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1068:
1069: END update_rs_srp_territories;
1070:
1071: END jtf_rs_srp_territories_pvt;