DBA Data[Home] [Help]

APPS.JTF_RS_ROLES_PVT dependencies on JTF_USR_HKS

Line 138: IF jtf_usr_hks.ok_to_execute(

134:
135: --Make the pre processing call to the user hooks
136:
137: --Pre Call to the Customer Type User Hook
138: IF jtf_usr_hks.ok_to_execute(
139: 'JTF_RS_ROLES_PVT',
140: 'CREATE_RS_RESOURCE_ROLES',
141: 'B',
142: 'C')

Line 168: IF jtf_usr_hks.ok_to_execute(

164: END IF;
165: END IF;
166:
167: --Pre Call to the Vertical Type User Hook
168: IF jtf_usr_hks.ok_to_execute(
169: 'JTF_RS_ROLES_PVT',
170: 'CREATE_RS_RESOURCE_ROLES',
171: 'B',
172: 'V')

Line 198: IF jtf_usr_hks.ok_to_execute(

194: END IF;
195: END IF;
196:
197: --Pre Call to the Internal Type User Hook
198: IF jtf_usr_hks.ok_to_execute(
199: 'JTF_RS_ROLES_PVT',
200: 'CREATE_RS_RESOURCE_ROLES',
201: 'B',
202: 'I')

Line 427: IF jtf_usr_hks.ok_to_execute(

423: x_return_status := fnd_api.g_ret_sts_success;
424: END IF;
425:
426: --Post Call to the Customer User Hook
427: IF jtf_usr_hks.ok_to_execute(
428: 'JTF_RS_ROLES_PVT',
429: 'CREATE_RS_RESOURCE_ROLES',
430: 'A',
431: 'C')

Line 458: IF jtf_usr_hks.ok_to_execute(

454: END IF;
455: END IF;
456:
457: --Post Call to the Vertical Type User Hook
458: IF jtf_usr_hks.ok_to_execute(
459: 'JTF_RS_ROLES_PVT',
460: 'CREATE_RS_RESOURCE_ROLES',
461: 'A',
462: 'V')

Line 489: IF jtf_usr_hks.ok_to_execute(

485: END IF;
486: END IF;
487:
488: --Post Call to the Internal Type User Hook
489: IF jtf_usr_hks.ok_to_execute(
490: 'JTF_RS_ROLES_PVT',
491: 'CREATE_RS_RESOURCE_ROLES',
492: 'A',
493: 'I')

Line 521: IF jtf_usr_hks.ok_to_execute(

517: END IF;
518:
519: /* Standard call for Message Generation */
520:
521: IF jtf_usr_hks.ok_to_execute(
522: 'JTF_RS_ROLES_PVT',
523: 'CREATE_RS_RESOURCE_ROLES',
524: 'M',
525: 'M')

Line 533: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

529: x_return_status => x_return_status) )
530: THEN
531:
532: /* Get the bind data id for the Business Object Instance */
533: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
534:
535: /* Set bind values for the bind variables in the Business Object SQL */
536: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
537:

Line 536: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');

532: /* Get the bind data id for the Business Object Instance */
533: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
534:
535: /* Set bind values for the bind variables in the Business Object SQL */
536: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
537:
538: /* Call the message generation API */
539: jtf_usr_hks.generate_message(
540: p_prod_code => 'JTF',

Line 539: jtf_usr_hks.generate_message(

535: /* Set bind values for the bind variables in the Business Object SQL */
536: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
537:
538: /* Call the message generation API */
539: jtf_usr_hks.generate_message(
540: p_prod_code => 'JTF',
541: p_bus_obj_code => 'RS_ROLE',
542: p_action_code => 'I',
543: p_bind_data_id => l_bind_data_id,

Line 754: IF jtf_usr_hks.ok_to_execute(

750: fnd_msg_pub.initialize;
751: END IF;
752:
753: --Pre Call to the Customer User Hook
754: IF jtf_usr_hks.ok_to_execute(
755: 'JTF_RS_ROLES_PVT',
756: 'UPDATE_RS_RESOURCE_ROLES',
757: 'B',
758: 'C')

Line 785: IF jtf_usr_hks.ok_to_execute(

781: END IF;
782: END IF;
783:
784: --Pre Call to Vertical User Hook
785: IF jtf_usr_hks.ok_to_execute(
786: 'JTF_RS_ROLES_PVT',
787: 'UPDATE_RS_RESOURCE_ROLES',
788: 'B',
789: 'V')

Line 816: IF jtf_usr_hks.ok_to_execute(

812: END IF;
813: END IF;
814:
815: --Pre Call to Internal User Hook
816: IF jtf_usr_hks.ok_to_execute(
817: 'JTF_RS_ROLES_PVT',
818: 'UPDATE_RS_RESOURCE_ROLES',
819: 'B',
820: 'I')

Line 1140: IF jtf_usr_hks.ok_to_execute(

1136: END;
1137: --dbms_output.put_line('Role Successfully Updated');
1138:
1139: --Post Call to Customer User Hook
1140: IF jtf_usr_hks.ok_to_execute(
1141: 'JTF_RS_ROLES_PVT',
1142: 'UPDATE_RS_RESOURCE_ROLES',
1143: 'A',
1144: 'C')

Line 1171: IF jtf_usr_hks.ok_to_execute(

1167: END IF;
1168: END IF;
1169:
1170: --Post Call to Vertical User Hook
1171: IF jtf_usr_hks.ok_to_execute(
1172: 'JTF_RS_ROLES_PVT',
1173: 'UPDATE_RS_RESOURCE_ROLES',
1174: 'A',
1175: 'V')

Line 1202: IF jtf_usr_hks.ok_to_execute(

1198: END IF;
1199: END IF;
1200:
1201: --Post Call to Vertical User Hook
1202: IF jtf_usr_hks.ok_to_execute(
1203: 'JTF_RS_ROLES_PVT',
1204: 'UPDATE_RS_RESOURCE_ROLES',
1205: 'A',
1206: 'I')

Line 1234: IF jtf_usr_hks.ok_to_execute(

1230: END IF;
1231:
1232: /* Standard call for Message Generation */
1233:
1234: IF jtf_usr_hks.ok_to_execute(
1235: 'JTF_RS_ROLES_PVT',
1236: 'UPDATE_RS_RESOURCE_ROLES',
1237: 'M',
1238: 'M')

Line 1246: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1242: x_return_status => x_return_status) )
1243: THEN
1244:
1245: /* Get the bind data id for the Business Object Instance */
1246: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1247:
1248: /* Set bind values for the bind variables in the Business Object SQL */
1249: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
1250:

Line 1249: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');

1245: /* Get the bind data id for the Business Object Instance */
1246: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1247:
1248: /* Set bind values for the bind variables in the Business Object SQL */
1249: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
1250:
1251: /* Call the message generation API */
1252: jtf_usr_hks.generate_message(
1253: p_prod_code => 'JTF',

Line 1252: jtf_usr_hks.generate_message(

1248: /* Set bind values for the bind variables in the Business Object SQL */
1249: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
1250:
1251: /* Call the message generation API */
1252: jtf_usr_hks.generate_message(
1253: p_prod_code => 'JTF',
1254: p_bus_obj_code => 'RS_ROLE',
1255: p_action_code => 'U',
1256: p_bind_data_id => l_bind_data_id,

Line 1367: IF jtf_usr_hks.ok_to_execute(

1363: fnd_msg_pub.add;
1364: RAISE fnd_api.g_exc_unexpected_error;
1365: END IF;
1366: --Pre Call to Customer User Hook
1367: IF jtf_usr_hks.ok_to_execute(
1368: 'JTF_RS_ROLES_PVT',
1369: 'DELETE_RS_RESOURCE_ROLES',
1370: 'B',
1371: 'C')

Line 1389: IF jtf_usr_hks.ok_to_execute(

1385: END IF;
1386: END IF;
1387:
1388: --Pre Call to Vertical User Hook
1389: IF jtf_usr_hks.ok_to_execute(
1390: 'JTF_RS_ROLES_PVT',
1391: 'DELETE_RS_RESOURCE_ROLES',
1392: 'B',
1393: 'V')

Line 1412: IF jtf_usr_hks.ok_to_execute(

1408: END IF;
1409: END IF;
1410:
1411: --Pre Call to Internal User Hook
1412: IF jtf_usr_hks.ok_to_execute(
1413: 'JTF_RS_ROLES_PVT',
1414: 'DELETE_RS_RESOURCE_ROLES',
1415: 'B',
1416: 'I')

Line 1474: IF jtf_usr_hks.ok_to_execute(

1470: RAISE fnd_api.g_exc_unexpected_error;
1471: END IF;
1472:
1473: --Post Call to Customer User Hook
1474: IF jtf_usr_hks.ok_to_execute(
1475: 'JTF_RS_ROLES_PVT',
1476: 'DELETE_RS_RESOURCE_ROLES',
1477: 'A',
1478: 'C')

Line 1496: IF jtf_usr_hks.ok_to_execute(

1492: END IF;
1493: END IF;
1494:
1495: --Post Call to Vertical User Hook
1496: IF jtf_usr_hks.ok_to_execute(
1497: 'JTF_RS_ROLES_PVT',
1498: 'DELETE_RS_RESOURCE_ROLES',
1499: 'A',
1500: 'V')

Line 1518: IF jtf_usr_hks.ok_to_execute(

1514: END IF;
1515: END IF;
1516:
1517: --Post Call to Internal User Hook
1518: IF jtf_usr_hks.ok_to_execute(
1519: 'JTF_RS_ROLES_PVT',
1520: 'DELETE_RS_RESOURCE_ROLES',
1521: 'A',
1522: 'I')

Line 1541: IF jtf_usr_hks.ok_to_execute(

1537: END IF;
1538:
1539: /* Standard call for Message Generation */
1540:
1541: IF jtf_usr_hks.ok_to_execute(
1542: 'JTF_RS_ROLES_PVT',
1543: 'DELETE_RS_RESOURCE_ROLES',
1544: 'M',
1545: 'M')

Line 1553: l_bind_data_id := jtf_usr_hks.get_bind_data_id;

1549: x_return_status => x_return_status) )
1550: THEN
1551:
1552: /* Get the bind data id for the Business Object Instance */
1553: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1554:
1555: /* Set bind values for the bind variables in the Business Object SQL */
1556: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
1557:

Line 1556: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');

1552: /* Get the bind data id for the Business Object Instance */
1553: l_bind_data_id := jtf_usr_hks.get_bind_data_id;
1554:
1555: /* Set bind values for the bind variables in the Business Object SQL */
1556: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
1557:
1558: /* Call the message generation API */
1559: jtf_usr_hks.generate_message(
1560: p_prod_code => 'JTF',

Line 1559: jtf_usr_hks.generate_message(

1555: /* Set bind values for the bind variables in the Business Object SQL */
1556: jtf_usr_hks.load_bind_data(l_bind_data_id, 'role_id', l_role_id, 'S', 'N');
1557:
1558: /* Call the message generation API */
1559: jtf_usr_hks.generate_message(
1560: p_prod_code => 'JTF',
1561: p_bus_obj_code => 'RS_ROLE',
1562: p_action_code => 'D',
1563: p_bind_data_id => l_bind_data_id,