DBA Data[Home] [Help]

APPS.CCT_ROUTINGACTIVITIES_PUB dependencies on CCT_JTFRESOURCEROUTING_PUB

Line 584: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_Agents_For_Competency(

580: return;
581: END IF;
582:
583: -- call CCT API
584: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_Agents_For_Competency(
585: l_competency_type, l_competency_name , l_agents_tbl);
586: IF (l_num_agents = 0) THEN
587: return;
588: END IF;

Line 650: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_Agents_For_Competency(

646: return;
647: END IF;
648:
649: -- call CCT API
650: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_Agents_For_Competency(
651: l_competency_type, l_competency_name , l_agents_tbl);
652: IF (l_num_agents = 0) THEN
653: return;
654: END IF;

Line 716: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_Agents_For_Competency(

712: return;
713: END IF;
714:
715: -- call CCT API
716: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_Agents_For_Competency(
717: l_competency_type, l_competency_name , l_agents_tbl);
718: IF (l_num_agents = 0) THEN
719: return;
720: END IF;

Line 781: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_Agents_For_Competency(

777: return;
778: END IF;
779:
780: -- call CCT API
781: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_Agents_For_Competency(
782: l_competency_type, l_competency_name , l_agents_tbl);
783: IF (l_num_agents = 0) THEN
784: return;
785: END IF;

Line 959: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_from_stat_grp_nam(

955: return;
956: END IF;
957:
958: -- call CCT API
959: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_from_stat_grp_nam(
960: l_group_name, l_agents_tbl);
961: IF (l_num_agents = 0) THEN
962: return;
963: END IF;

Line 1013: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_from_stat_grp_num(

1009: return;
1010: END IF;
1011:
1012: -- call CCT API
1013: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_from_stat_grp_num(
1014: l_group_number,l_agents_tbl);
1015: IF (l_num_agents = 0) THEN
1016: return;
1017: END IF;

Line 1066: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_from_dyn_grp_nam(

1062: return;
1063: END IF;
1064:
1065: -- call CCT API
1066: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_from_dyn_grp_nam(
1067: l_group_name, l_agents_tbl);
1068: IF (l_num_agents = 0) THEN
1069: return;
1070: END IF;

Line 1118: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_from_dyn_grp_num(

1114: return;
1115: END IF;
1116:
1117: -- call CCT API
1118: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_from_dyn_grp_num(
1119: l_group_number, l_agents_tbl);
1120: IF (l_num_agents = 0) THEN
1121: return;
1122: END IF;

Line 1172: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_not_in_stat_grp_nam(

1168: return;
1169: END IF;
1170:
1171: -- call CCT API
1172: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_not_in_stat_grp_nam(
1173: l_group_name, l_agents_tbl);
1174: IF (l_num_agents = 0) THEN
1175: return;
1176: END IF;

Line 1225: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_not_in_stat_grp_num(

1221: return;
1222: END IF;
1223:
1224: -- call CCT API
1225: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_not_in_stat_grp_num(
1226: l_group_number,l_agents_tbl);
1227: IF (l_num_agents = 0) THEN
1228: return;
1229: END IF;

Line 1277: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_not_in_dyn_grp_nam(

1273: return;
1274: END IF;
1275:
1276: -- call CCT API
1277: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_not_in_dyn_grp_nam(
1278: l_group_name, l_agents_tbl);
1279: IF (l_num_agents = 0) THEN
1280: return;
1281: END IF;

Line 1329: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_not_in_dyn_grp_num(

1325: return;
1326: END IF;
1327:
1328: -- call CCT API
1329: l_num_agents := CCT_JTFRESOURCEROUTING_PUB.Get_agents_not_in_dyn_grp_num(
1330: l_group_number, l_agents_tbl);
1331: IF (l_num_agents = 0) THEN
1332: return;
1333: END IF;