DBA Data[Home] [Help]

APPS.CAC_SR_OBJECT_CAPACITY_PUB dependencies on JTF_CALENDAR_PUB_24HR

Line 76: ** This API calls JTF_CALENDAR_PUB_24HR.Get_Resource_Shifts API and builds the

72: PROCEDURE generate_object_capacity
73: /*******************************************************************************
74: ** generate_object_capacity
75: **
76: ** This API calls JTF_CALENDAR_PUB_24HR.Get_Resource_Shifts API and builds the
77: ** pl/sql table with object capacity records. It populates object_capacity_id
78: ** for each record with the sequence cac_sr_object_capacity_s value if the
79: ** parameter p_PopulateID is 'T'.
80: ** It will return a list of tasks also if the p_FetchTasks parameter is set to

Line 149: l_shift JTF_CALENDAR_PUB_24HR.SHIFT_TBL_TYPE;

145: l_api_version constant number := 1.0;
146: l_return_status varchar2(1);
147: l_msg_count number;
148: l_msg_data varchar2(2000);
149: l_shift JTF_CALENDAR_PUB_24HR.SHIFT_TBL_TYPE;
150: l_idx number;
151: l_tbl_count number;
152: l_Populate_ID boolean;
153: l_Fetch_Tasks boolean;

Line 172: JTF_CALENDAR_PUB_24HR.GET_RESOURCE_SHIFTS

168: -- initialize return status
169: x_return_status := fnd_api.g_ret_sts_success;
170:
171: -- call current shift api to get resource shifts
172: JTF_CALENDAR_PUB_24HR.GET_RESOURCE_SHIFTS
173: ( p_api_version => 1.0
174: , p_resource_id => p_object_id
175: , p_resource_type => p_object_type
176: , p_start_date => p_start_date