DBA Data[Home] [Help]

APPS.JTF_UM_BUSINESS_USER_PVT_W dependencies on JTF_UM_BUSINESS_USER_PVT

Line 1: package body jtf_um_business_user_pvt_w as

1: package body jtf_um_business_user_pvt_w as
2: /* $Header: JTFWUBRB.pls 120.4 2005/12/14 06:25 snellepa 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: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 104: jtf_um_business_user_pvt.registerbusinessuser(p_api_version_number,

100:
101:
102:
103: -- here's the delegated call to the old PL/SQL routine
104: jtf_um_business_user_pvt.registerbusinessuser(p_api_version_number,
105: p_init_msg_list,
106: p_commit,
107: p_self_service_user,
108: ddp_um_person_rec,

Line 219: ddrosetta_retval := jtf_um_business_user_pvt.find_organization(ddx_org_rec,

215: else ddp_use_name := true;
216: end if;
217:
218: -- here's the delegated call to the old PL/SQL routine
219: ddrosetta_retval := jtf_um_business_user_pvt.find_organization(ddx_org_rec,
220: p_search_value,
221: ddp_use_name);
222:
223: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 340: jtf_um_business_user_pvt.create_organization(p_api_version_number,

336:
337:
338:
339: -- here's the delegated call to the old PL/SQL routine
340: jtf_um_business_user_pvt.create_organization(p_api_version_number,
341: p_init_msg_list,
342: p_commit,
343: ddp_um_person_rec,
344: ddp_um_organization_rec,

Line 390: end jtf_um_business_user_pvt_w;

386:
387:
388: end;
389:
390: end jtf_um_business_user_pvt_w;