DBA Data[Home] [Help]

APPS.JTF_RS_DYNAMIC_GROUPS_PVT dependencies on JTF_RESOURCE_UTL

Line 118: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'C' ))

114: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
115:
116: -- user hook calls for customer
117: -- Customer pre- processing section - mandatory
118: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'C' ))
119: then
120: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'C' ))
121: then
122: JTF_RS_DYNAMIC_GROUPS_CUHK.CREATE_DYNAMIC_GROUPS_PRE(P_GROUP_NAME => p_group_name,

Line 155: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'V' ))

151: end if;
152:
153: /* Verticle industry pre- processing section - mandatory */
154:
155: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'V' ))
156: then
157: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'V' ))
158: then
159:

Line 194: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'I' ))

190: end if;
191:
192: /* Internal industry pre- processing section - mandatory */
193:
194: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'I' ))
195: then
196: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'B', 'I' ))
197: then
198:

Line 240: JTF_RESOURCE_UTL.VALIDATE_INPUT_DATES(l_start_date_active,

236:
237:
238:
239: --call default date validation utl
240: JTF_RESOURCE_UTL.VALIDATE_INPUT_DATES(l_start_date_active,
241: l_end_date_active,
242: l_return_status);
243: IF NOT (l_return_status = fnd_api.g_ret_sts_success) THEN
244: IF l_return_status = fnd_api.g_ret_sts_error THEN

Line 261: JTF_RESOURCE_UTL.VALIDATE_USAGE(l_usage,

257: END IF;
258: */
259: --call usage validation
260:
261: JTF_RESOURCE_UTL.VALIDATE_USAGE(l_usage,
262: l_return_status);
263:
264: IF NOT (l_return_status = fnd_api.g_ret_sts_success) THEN
265: IF l_return_status = fnd_api.g_ret_sts_error THEN

Line 348: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'CREATE_DYNAMIC_GROUPS', 'A', 'C' ))

344:
345:
346: -- user hook calls for customer
347: -- Customer pre- processing section - mandatory
348: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'CREATE_DYNAMIC_GROUPS', 'A', 'C' ))
349: then
350: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'CREATE_DYNAMIC_GROUPS', 'A', 'C' ))
351: then
352: JTF_RS_DYNAMIC_GROUPS_CUHK.CREATE_DYNAMIC_GROUPS_POST(P_GROUP_ID => l_group_id,

Line 386: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'A', 'V' ))

382: end if;
383:
384: /* Vertical industry post- processing section - mandatory */
385:
386: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'A', 'V' ))
387: then
388: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'A', 'V' ))
389: then
390:

Line 426: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'A', 'I' ))

422: end if;
423:
424: /* iNTERNAL post- processing section - mandatory */
425:
426: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'A', 'I' ))
427: then
428: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'CREATE_DYNAMIC_GROUPS', 'A', 'I' ))
429: then
430:

Line 465: IF jtf_resource_utl.ok_to_execute(

461: end if;
462: end if;
463:
464: -- end of user hook call
465: IF jtf_resource_utl.ok_to_execute(
466: 'JTF_RS_DYNAMIC_GROUPS_PVT',
467: 'CREATE_DYNAMIC_GROUPS',
468: 'M',
469: 'M')

Line 732: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'C' ))

728: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
729:
730: -- user hook calls for customer
731: -- Customer pre- processing section - mandatory
732: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'C' ))
733: then
734: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'C' ))
735: then
736: JTF_RS_DYNAMIC_GROUPS_CUHK.UPDATE_DYNAMIC_GROUPS_PRE(P_GROUP_ID => p_group_id,

Line 772: if ( JTF_resource_utl.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'V' ))

768: end if;
769:
770: /* Vertical industry pre- processing section - mandatory */
771:
772: if ( JTF_resource_utl.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'V' ))
773: then
774: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'V' ))
775: then
776:

Line 814: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'I' ))

810: end if;
811:
812: /* Internal pre- processing section - mandatory */
813:
814: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'I' ))
815: then
816: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'B', 'I' ))
817: then
818:

Line 1016: JTF_RESOURCE_UTL.VALIDATE_INPUT_DATES(l_start_date_active,

1012: l_attribute_category := p_attribute_category;
1013: END IF;
1014:
1015: --validate dates
1016: JTF_RESOURCE_UTL.VALIDATE_INPUT_DATES(l_start_date_active,
1017: l_end_date_active,
1018: l_return_status);
1019:
1020: IF NOT (l_return_status = fnd_api.g_ret_sts_success) THEN

Line 1037: JTF_RESOURCE_UTL.VALIDATE_USAGE(l_usage,

1033: RAISE fnd_api.g_exc_unexpected_error;
1034: END IF;
1035: */
1036: --call usage validation
1037: JTF_RESOURCE_UTL.VALIDATE_USAGE(l_usage,
1038: l_return_status);
1039:
1040: IF NOT (l_return_status = fnd_api.g_ret_sts_success) THEN
1041: IF l_return_status = fnd_api.g_ret_sts_error THEN

Line 1140: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'UPDATE_DYNAMIC_GROUPS', 'A', 'C' ))

1136: p_object_version_number := l_object_version_number;
1137:
1138: -- user hook calls for customer
1139: -- Customer pre- processing section - mandatory
1140: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'UPDATE_DYNAMIC_GROUPS', 'A', 'C' ))
1141: then
1142: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'UPDATE_DYNAMIC_GROUPS', 'A', 'C' ))
1143: then
1144: JTF_RS_DYNAMIC_GROUPS_CUHK.UPDATE_DYNAMIC_GROUPS_PRE(P_GROUP_ID => p_group_id,

Line 1180: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'A', 'V' ))

1176: end if;
1177:
1178: /* Verticle industry pre- processing section - mandatory */
1179:
1180: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'A', 'V' ))
1181: then
1182: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'A', 'V' ))
1183: then
1184:

Line 1222: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'A', 'I' ))

1218: end if;
1219:
1220: /* Internal pre- processing section - mandatory */
1221:
1222: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'A', 'I' ))
1223: then
1224: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'UPDATE_DYNAMIC_GROUPS', 'A', 'I' ))
1225: then
1226:

Line 1264: IF jtf_resource_utl.ok_to_execute(

1260: end if;
1261:
1262: -- end of user hook call
1263:
1264: IF jtf_resource_utl.ok_to_execute(
1265: 'JTF_RS_DYNAMIC_GROUPS_PVT',
1266: 'UPDATE_DYNAMIC_GROUPS',
1267: 'M',
1268: 'M')

Line 1437: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'C' ))

1433: l_login_id := NVL(FND_PROFILE.Value('LOGIN_ID'), -1);
1434:
1435: -- user hook calls for customer
1436: -- Customer pre- processing section - mandatory
1437: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'C' ))
1438: then
1439: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'C' ))
1440: then
1441: JTF_RS_DYNAMIC_GROUPS_CUHK.DELETE_DYNAMIC_GROUPS_PRE(P_GROUP_ID => p_group_id,

Line 1470: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'V' ))

1466: end if;
1467:
1468: /* Vertical industry pre- processing section - mandatory */
1469:
1470: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'V' ))
1471: then
1472: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'V' ))
1473: then
1474:

Line 1505: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'I' ))

1501: end if;
1502:
1503: /* Internal pre- processing section - mandatory */
1504:
1505: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'I' ))
1506: then
1507: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'B', 'I' ))
1508: then
1509:

Line 1567: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'DELETE_DYNAMIC_GROUPS', 'A', 'C' ))

1563:
1564:
1565: -- user hook calls for customer
1566: -- Customer post- processing section - mandatory
1567: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'DELETE_DYNAMIC_GROUPS', 'A', 'C' ))
1568: then
1569: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_POST', 'DELETE_DYNAMIC_GROUPS', 'A', 'C' ))
1570: then
1571:

Line 1601: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'A', 'V' ))

1597: end if;
1598:
1599: /* Verticle industry post- processing section - mandatory */
1600:
1601: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'A', 'V' ))
1602: then
1603: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'A', 'V' ))
1604: then
1605:

Line 1636: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'A', 'I' ))

1632: end if;
1633:
1634: /* Internal post- processing section - mandatory */
1635:
1636: if ( JTF_RESOURCE_UTL.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'A', 'I' ))
1637: then
1638: if ( JTF_USR_HKS.Ok_to_execute( 'JTF_RS_DYNAMIC_GROUPS_PVT', 'DELETE_DYNAMIC_GROUPS', 'A', 'I' ))
1639: then
1640:

Line 1672: IF jtf_resource_utl.ok_to_execute(

1668:
1669:
1670: -- end of user hook call
1671:
1672: IF jtf_resource_utl.ok_to_execute(
1673: 'JTF_RS_DYNAMIC_GROUPS_PVT',
1674: 'DELETE_DYNAMIC_GROUPS',
1675: 'M',
1676: 'M')