DBA Data[Home] [Help]

APPS.JTF_RS_CONC_RES_PUB dependencies on JTF_RS_RESOURCE_PUB

Line 635: jtf_rs_resource_pub.create_resource

631: end if;
632:
633: -- call the public api for create resource
634: /* Fix for bug # 3300436. commented P_END_DATE_ACTIVE */
635: jtf_rs_resource_pub.create_resource
636: ( P_API_VERSION => 1,
637: P_INIT_MSG_LIST => fnd_api.g_true,
638: P_COMMIT => fnd_api.g_false,
639: P_CATEGORY => 'EMPLOYEE',

Line 967: jtf_rs_resource_pub.create_resource

963: end if;
964:
965: -- call the public api for create resource
966: /* Fix for bug # 3300436. commented P_END_DATE_ACTIVE */
967: jtf_rs_resource_pub.create_resource
968: ( P_API_VERSION => 1,
969: P_INIT_MSG_LIST => fnd_api.g_true,
970: P_COMMIT => fnd_api.g_false,
971: P_CATEGORY => 'EMPLOYEE',

Line 3983: jtf_rs_resource_pub.update_resource

3979: END IF;
3980:
3981: l_return_status := fnd_api.g_ret_sts_success;
3982:
3983: jtf_rs_resource_pub.update_resource
3984: (p_api_version => 1.0,
3985: p_init_msg_list => FND_API.G_TRUE,
3986: p_resource_id => l_c_invalid_userid.resource_id,
3987: p_resource_number => l_c_invalid_userid.resource_number,

Line 4038: jtf_rs_resource_pub.update_resource

4034: END IF;
4035:
4036: l_return_status := fnd_api.g_ret_sts_success;
4037:
4038: jtf_rs_resource_pub.update_resource
4039: (p_api_version => 1.0,
4040: p_init_msg_list => FND_API.G_TRUE,
4041: p_resource_id => l_c_invalid_active_userid.resource_id,
4042: p_resource_number => l_c_invalid_active_userid.resource_number,

Line 4093: jtf_rs_resource_pub.update_resource

4089: END IF;
4090:
4091: l_return_status := fnd_api.g_ret_sts_success;
4092:
4093: jtf_rs_resource_pub.update_resource
4094: (p_api_version => 1.0,
4095: p_init_msg_list => FND_API.G_TRUE,
4096: p_resource_id => l_c_null_userid.resource_id,
4097: p_resource_number => l_c_null_userid.resource_number,