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 1136: IF jtf_usr_hks.ok_to_execute(

1132: /* Make the post processing call to the user hooks */
1133:
1134: /* Post Call to the Customer Type User Hook */
1135:
1136: IF jtf_usr_hks.ok_to_execute(
1137: 'JTF_RS_SALESREPS_PVT',
1138: 'UPDATE_SALESREP',
1139: 'A',
1140: 'C')

Line 1176: IF jtf_usr_hks.ok_to_execute(

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

Line 1216: IF jtf_usr_hks.ok_to_execute(

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

Line 1256: IF jtf_usr_hks.ok_to_execute(

1252: END IF;
1253:
1254: /* Standard call for Message Generation */
1255:
1256: IF jtf_usr_hks.ok_to_execute(
1257: 'JTF_RS_SALESREPS_PVT',
1258: 'UPDATE_SALESREP',
1259: 'M',
1260: 'M')

Line 1270: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

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

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

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

Line 1280: jtf_usr_hks.generate_message(

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