DBA Data[Home] [Help]

APPS.CSF_RESOURCE_PUB dependencies on JTF_ASSIGN_PUB

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

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

Line 204: RETURN jtf_assign_pub.jtf_srv_task_rec_type;

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

Line 308: , x_res_tbl OUT NOCOPY jtf_assign_pub.assignresources_tbl_type

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