DBA Data[Home] [Help]

APPS.JTF_RS_SALESREPS_PVT dependencies on JTF_USR_HKS

Line 131: IF jtf_usr_hks.ok_to_execute(

127: /* Make the pre processing call to the user hooks */
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')

Line 172: IF jtf_usr_hks.ok_to_execute(

168: END IF;
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')

Line 215: IF jtf_usr_hks.ok_to_execute(

211:
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')

Line 421: IF jtf_usr_hks.ok_to_execute(

417: /* Make the post processing call to the user hooks */
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')

Line 462: IF jtf_usr_hks.ok_to_execute(

458: END IF;
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')

Line 503: IF jtf_usr_hks.ok_to_execute(

499: END IF;
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')

Line 545: IF jtf_usr_hks.ok_to_execute(

541:
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')

Line 559: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

555: THEN
556:
557: /* Get the bind data id for the Business Object Instance */
558:
559: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
560:
561:
562: /* Set bind values for the bind variables in the Business Object SQL */
563:

Line 564: jtf_usr_hks.load_bind_data(l_bind_data_id, 'salesrep_id', l_salesrep_id, 'S', 'N');

560:
561:
562: /* Set bind values for the bind variables in the Business Object SQL */
563:
564: jtf_usr_hks.load_bind_data(l_bind_data_id, 'salesrep_id', l_salesrep_id, 'S', 'N');
565:
566:
567: /* Call the message generation API */
568:

Line 569: jtf_usr_hks.generate_message(

565:
566:
567: /* Call the message generation API */
568:
569: jtf_usr_hks.generate_message(
570: p_prod_code => 'JTF',
571: p_bus_obj_code => 'RS_SRP',
572: p_action_code => 'I',
573: p_bind_data_id => l_bind_data_id,

Line 876: IF jtf_usr_hks.ok_to_execute(

872: /* Make the pre processing call to the user hooks */
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')

Line 915: IF jtf_usr_hks.ok_to_execute(

911: END IF;
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')

Line 957: IF jtf_usr_hks.ok_to_execute(

953:
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')

Line 1133: IF jtf_usr_hks.ok_to_execute(

1129: /* Make the post processing call to the user hooks */
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')

Line 1173: IF jtf_usr_hks.ok_to_execute(

1169: END IF;
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')

Line 1213: IF jtf_usr_hks.ok_to_execute(

1209: END IF;
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')

Line 1253: IF jtf_usr_hks.ok_to_execute(

1249: END IF;
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')

Line 1267: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1263: THEN
1264:
1265: /* Get the bind data id for the Business Object Instance */
1266:
1267: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1268:
1269:
1270: /* Set bind values for the bind variables in the Business Object SQL */
1271:

Line 1272: jtf_usr_hks.load_bind_data(l_bind_data_id, 'salesrep_id', l_salesrep_id, 'S', 'N');

1268:
1269:
1270: /* Set bind values for the bind variables in the Business Object SQL */
1271:
1272: jtf_usr_hks.load_bind_data(l_bind_data_id, 'salesrep_id', l_salesrep_id, 'S', 'N');
1273:
1274:
1275: /* Call the message generation API */
1276:

Line 1277: jtf_usr_hks.generate_message(

1273:
1274:
1275: /* Call the message generation API */
1276:
1277: jtf_usr_hks.generate_message(
1278: p_prod_code => 'JTF',
1279: p_bus_obj_code => 'RS_SRP',
1280: p_action_code => 'D',
1281: p_bind_data_id => l_bind_data_id,