DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_UTL_PUB dependencies on JTF_RS_RESOURCE_PUB

Line 404: jtf_rs_resource_pub.update_resource

400: IF(term_res_rec.start_date_active >= trunc(p_end_date_active + 1))
401: THEN
402:
403: --for future dated resources terminate it anyway
404: jtf_rs_resource_pub.update_resource
405: (P_API_VERSION => 1,
406: P_INIT_MSG_LIST => fnd_api.g_true,
407: P_COMMIT => fnd_api.g_false,
408: P_RESOURCE_ID => term_res_rec.resource_id,

Line 420: jtf_rs_resource_pub.update_resource

416:
417: ELSE
418:
419: --put end_date to p_end_date_active
420: jtf_rs_resource_pub.update_resource
421: ( P_API_VERSION => 1,
422: P_INIT_MSG_LIST => fnd_api.g_true,
423: P_COMMIT => fnd_api.g_false,
424: P_RESOURCE_ID => term_res_rec.resource_id,