DBA Data[Home] [Help]

APPS.CSF_RESOURCE_PUB dependencies on JTF_ASSIGN_PUB

Line 194: * and the fields in JTF_ASSIGN_PUB.JTF_SRV_TASK_REC_TYPE.

190: * Assembles the selected Qualifiers for this Task from the Qualifier
191: * Table in to a Record Type understandable by JTF Assignment Manager.
192: *
193: * Uses a Hard Coded Mapping between JTF_SEEDED_QUAL_USGS_V.QUAL_USG_ID
194: * and the fields in JTF_ASSIGN_PUB.JTF_SRV_TASK_REC_TYPE.
195: *
196: * The Task and SR Number must be set by the caller and wont be set by
197: * this API. Moreover Qualifiers of type -1211, -1212 and -1218 have
198: * been disabled and therefore wont be set by this API.

Line 203: RETURN jtf_assign_pub.jtf_srv_task_rec_type;

199: *
200: * @param p_table Qualifier Table having the list of Task Qualifiers
201: */
202: FUNCTION get_qualified_task_rec(p_table resource_qualifier_tbl_type)
203: RETURN jtf_assign_pub.jtf_srv_task_rec_type;
204:
205: /**
206: * Gets the Qualified Resources for a Task by calling JTF Assignment Manager
207: * and also making use of the Required Skills of the Task if Required to reduce

Line 307: , x_res_tbl OUT NOCOPY jtf_assign_pub.assignresources_tbl_type

303: , p_calendar_flag IN VARCHAR2 DEFAULT NULL
304: , p_sort_flag IN VARCHAR2 DEFAULT NULL
305: , p_suggested_res_id_tbl IN jtf_number_table DEFAULT NULL
306: , p_suggested_res_type_tbl IN jtf_varchar2_table_100 DEFAULT NULL
307: , x_res_tbl OUT NOCOPY jtf_assign_pub.assignresources_tbl_type
308: );
309:
310: /**
311: * Gets the Qualified Resources for a Task in a format understood by Request Model.