DBA Data[Home] [Help]

APPS.JTF_RS_RES_SSWA_PUB_W dependencies on JTF_RS_RES_SSWA_PUB

Line 1: package body jtf_rs_res_sswa_pub_w as

1: package body jtf_rs_res_sswa_pub_w as
2: /* $Header: jtfrsrwb.pls 120.0 2005/05/11 08:21:52 appldev ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5:

Line 89: jtf_rs_res_sswa_pub.create_emp_resource(p_api_version,

85:
86:
87:
88: -- here's the delegated call to the old PL/SQL routine
89: jtf_rs_res_sswa_pub.create_emp_resource(p_api_version,
90: p_init_msg_list,
91: p_commit,
92: p_source_first_name,
93: p_source_last_name,

Line 225: jtf_rs_res_sswa_pub.update_resource(p_api_version,

221:
222:
223:
224: -- here's the delegated call to the old PL/SQL routine
225: jtf_rs_res_sswa_pub.update_resource(p_api_version,
226: p_init_msg_list,
227: p_commit,
228: p_resource_id,
229: p_resource_number,

Line 296: end jtf_rs_res_sswa_pub_w;

292:
293:
294: end;
295:
296: end jtf_rs_res_sswa_pub_w;