DBA Data[Home] [Help]

APPS.JTF_ASSIGN_PUB dependencies on JTF_CALENDAR_PUB

Line 894: -- The api will be called only when p_calendar_flag = 'Y'. None of the other api's should now call JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

890:
891:
892: -- Calendar call to determine availability of a resource
893: -- The api will be called after Contracts/IB/Territory preferred/qualified resource has been selected
894: -- The api will be called only when p_calendar_flag = 'Y'. None of the other api's should now call JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
895: PROCEDURE get_available_resources
896: (
897: p_init_msg_list IN VARCHAR2,
898: p_calendar_flag IN VARCHAR2,

Line 949: -- This conversion is done only before calling JTF_CALENDAR_PUB

945: l_current_rec := 0;
946: l_resources_tbl.delete;
947:
948: -- Added by SBARAT on 21/04/2005 for Bug-4300801
949: -- This conversion is done only before calling JTF_CALENDAR_PUB
950: /* to handle the conversion of duration to hour */
951: l_uom_hour := nvl(fnd_profile.value('JTF_AM_TASK_HOUR'), 'HR');
952: if(nvl(p_effort_uom, l_uom_hour) <> l_uom_hour)
953: then

Line 978: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';

974: -- also
975: IF (p_calendar_flag = 'Y') THEN
976: -- change the API Name temporarily so that in case of unexpected error
977: -- it is properly caught
978: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
979: l_return_status_1 := x_return_status ;
980:
981: -- This api returns the first available slot for the work duration within the available dates
982: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT(

Line 982: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT(

978: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
979: l_return_status_1 := x_return_status ;
980:
981: -- This api returns the first available slot for the work duration within the available dates
982: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT(
983: P_API_VERSION => l_api_version,
984: P_INIT_MSG_LIST => p_init_msg_list,
985: P_RESOURCE_ID => x_assign_resources_tbl(l_current_record).resource_id,
986: P_RESOURCE_TYPE => x_assign_resources_tbl(l_current_record).resource_type,

Line 1120: -- The api will be called only when p_calendar_flag = 'Y'. None of the other api's should now call JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

1116:
1117:
1118: -- Overloaded procedure for calendar call
1119: -- The api will be called after Contracts/IB/Territory preferred/qualified resource has been selected
1120: -- The api will be called only when p_calendar_flag = 'Y'. None of the other api's should now call JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
1121: PROCEDURE get_available_resources
1122: (
1123: p_init_msg_list IN VARCHAR2,
1124: p_calendar_flag IN VARCHAR2,

Line 1309: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';

1305: -- Irrespective of whether the calendar flag is Y or N
1306: -- IF (p_calendar_flag = 'Y') THEN
1307: -- change the API Name temporarily so that in case of unexpected error
1308: -- it is properly caught
1309: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
1310: l_return_status_1 := x_return_status ;
1311:
1312: -- This api returns the first available slot for the work duration within the available dates
1313:

Line 1317: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

1313:
1314:
1315:
1316:
1317: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
1318: (
1319: P_API_VERSION => l_api_version,
1320: P_INIT_MSG_LIST => p_init_msg_list,
1321: P_RESOURCE_ID => x_assign_resources_tbl(l_current_record).resource_id,

Line 1468: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';

1464:
1465: ELSE -- check p_calendar flag = Y
1466: -- else pass back all resources
1467: x_assign_resources_tbl := l_resources_tbl;
1468: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
1469: l_return_status_1 := x_return_status ;
1470: END IF; -- check p_calendar flag = Y
1471:
1472: ELSE -- check for l_effort_duration <= l_breakdown

Line 1483: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';

1479: l_temp_end_date := p_planned_end_date;
1480:
1481: FOR i in l_slots.first..l_slots.last
1482: LOOP
1483: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
1484: l_return_status_1 := x_return_status ;
1485:
1486: l_x_shift_construct_id := null;
1487: l_x_planned_start_date := null;

Line 1491: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

1487: l_x_planned_start_date := null;
1488: l_x_planned_end_date := null;
1489: l_x_availability_type := null;
1490: -- This api returns the first available slot for the work duration within the available dates
1491: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
1492: (
1493: P_API_VERSION => l_api_version,
1494: P_INIT_MSG_LIST => p_init_msg_list,
1495: P_RESOURCE_ID => x_assign_resources_tbl(l_current_rec).resource_id,

Line 8089: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';

8085: IF (p_calendar_flag = 'Y') THEN
8086:
8087: -- change the API Name temporarily so that in case of unexpected error
8088: -- it is properly caught
8089: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
8090: l_return_status_1 := x_return_status ;
8091:
8092: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
8093: (

Line 8092: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

8088: -- it is properly caught
8089: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
8090: l_return_status_1 := x_return_status ;
8091:
8092: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
8093: (
8094: P_API_VERSION => l_api_version,
8095: P_INIT_MSG_LIST => p_init_msg_list,
8096: P_RESOURCE_ID => l_assign_resources_tbl(l_current_record).resource_id,