DBA Data[Home] [Help]

APPS.JTF_RS_CONC_RES_PUB dependencies on JTF_RS_RESOURCE_PUB

Line 693: jtf_rs_resource_pub.create_resource

689: end if;
690:
691: -- call the public api for create resource
692: /* Fix for bug # 3300436. commented P_END_DATE_ACTIVE */
693: jtf_rs_resource_pub.create_resource
694: ( P_API_VERSION => 1,
695: P_INIT_MSG_LIST => fnd_api.g_true,
696: P_COMMIT => fnd_api.g_false,
697: P_CATEGORY => 'EMPLOYEE',

Line 1025: jtf_rs_resource_pub.create_resource

1021: end if;
1022:
1023: -- call the public api for create resource
1024: /* Fix for bug # 3300436. commented P_END_DATE_ACTIVE */
1025: jtf_rs_resource_pub.create_resource
1026: ( P_API_VERSION => 1,
1027: P_INIT_MSG_LIST => fnd_api.g_true,
1028: P_COMMIT => fnd_api.g_false,
1029: P_CATEGORY => 'EMPLOYEE',

Line 4432: jtf_rs_resource_pub.update_resource

4428: END IF;
4429:
4430: l_return_status := fnd_api.g_ret_sts_success;
4431:
4432: jtf_rs_resource_pub.update_resource
4433: (p_api_version => 1.0,
4434: p_init_msg_list => FND_API.G_TRUE,
4435: p_resource_id => l_c_invalid_userid.resource_id,
4436: p_resource_number => l_c_invalid_userid.resource_number,

Line 4487: jtf_rs_resource_pub.update_resource

4483: END IF;
4484:
4485: l_return_status := fnd_api.g_ret_sts_success;
4486:
4487: jtf_rs_resource_pub.update_resource
4488: (p_api_version => 1.0,
4489: p_init_msg_list => FND_API.G_TRUE,
4490: p_resource_id => l_c_invalid_active_userid.resource_id,
4491: p_resource_number => l_c_invalid_active_userid.resource_number,

Line 4542: jtf_rs_resource_pub.update_resource

4538: END IF;
4539:
4540: l_return_status := fnd_api.g_ret_sts_success;
4541:
4542: jtf_rs_resource_pub.update_resource
4543: (p_api_version => 1.0,
4544: p_init_msg_list => FND_API.G_TRUE,
4545: p_resource_id => l_c_null_userid.resource_id,
4546: p_resource_number => l_c_null_userid.resource_number,