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.

Line 982: JTF_CALENDAR_PUB.

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.
983: GET_AVAILABLE_SLOT(
984: P_API_VERSION => l_api_version,
985: P_INIT_MSG_LIST => p_init_msg_list,
986: P_RESOURCE_ID => x_assign_resources_tbl(l_current_record).resource_id,

Line 1121: -- 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

1117:
1118:
1119: -- Overloaded procedure for calendar call
1120: -- The api will be called after Contracts/IB/Territory preferred/qualified resource has been selected
1121: -- 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
1122: PROCEDURE get_available_resources
1123: (
1124: p_init_msg_list IN VARCHAR2,
1125: p_calendar_flag IN VARCHAR2,

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

1277: -- Irrespective of whether the calendar flag is Y or N
1278: -- IF (p_calendar_flag = 'Y') THEN
1279: -- change the API Name temporarily so that in case of unexpected error
1280: -- it is properly caught
1281: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
1282: l_return_status_1 := x_return_status ;
1283:
1284: -- This api returns the first available slot for the work duration within the available dates
1285: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

Line 1285: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

1281: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
1282: l_return_status_1 := x_return_status ;
1283:
1284: -- This api returns the first available slot for the work duration within the available dates
1285: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
1286: (
1287: P_API_VERSION => l_api_version,
1288: P_INIT_MSG_LIST => p_init_msg_list,
1289: P_RESOURCE_ID => x_assign_resources_tbl(l_current_record).resource_id,

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

1427:
1428: ELSE -- check p_calendar flag = Y
1429: -- else pass back all resources
1430: x_assign_resources_tbl := l_resources_tbl;
1431: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
1432: l_return_status_1 := x_return_status ;
1433: END IF; -- check p_calendar flag = Y
1434:
1435: ELSE -- check for l_effort_duration <= l_breakdown

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

1442: l_temp_end_date := p_planned_end_date;
1443:
1444: FOR i in l_slots.first..l_slots.last
1445: LOOP
1446: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
1447: l_return_status_1 := x_return_status ;
1448:
1449: l_x_shift_construct_id := null;
1450: l_x_planned_start_date := null;

Line 1454: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

1450: l_x_planned_start_date := null;
1451: l_x_planned_end_date := null;
1452: l_x_availability_type := null;
1453: -- This api returns the first available slot for the work duration within the available dates
1454: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
1455: (
1456: P_API_VERSION => l_api_version,
1457: P_INIT_MSG_LIST => p_init_msg_list,
1458: P_RESOURCE_ID => x_assign_resources_tbl(l_current_rec).resource_id,

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

8021: IF (p_calendar_flag = 'Y') THEN
8022:
8023: -- change the API Name temporarily so that in case of unexpected error
8024: -- it is properly caught
8025: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
8026: l_return_status_1 := x_return_status ;
8027:
8028: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
8029: (

Line 8028: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT

8024: -- it is properly caught
8025: l_api_name := l_api_name||'-JTF_CALENDAR_PUB';
8026: l_return_status_1 := x_return_status ;
8027:
8028: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT
8029: (
8030: P_API_VERSION => l_api_version,
8031: P_INIT_MSG_LIST => p_init_msg_list,
8032: P_RESOURCE_ID => l_assign_resources_tbl(l_current_record).resource_id,