DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT_W dependencies on IBE_PARTY_V2PVT

Line 1: package body ibe_party_v2pvt_w as

1: package body ibe_party_v2pvt_w as
2: /* $Header: IBEWPARB.pls 120.1 2005/06/20 09:29:00 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 291: ibe_party_v2pvt.create_individual_user(p_username,

287:
288:
289:
290: -- here's the delegated call to the old PL/SQL routine
291: ibe_party_v2pvt.create_individual_user(p_username,
292: p_password,
293: ddp_person_rec,
294: ddp_email_rec,
295: ddp_work_phone_rec,

Line 1108: ibe_party_v2pvt.create_business_user(p_username,

1104:
1105:
1106:
1107: -- here's the delegated call to the old PL/SQL routine
1108: ibe_party_v2pvt.create_business_user(p_username,
1109: p_password,
1110: ddp_person_rec,
1111: ddp_organization_rec,
1112: ddp_location_rec,

Line 1427: ibe_party_v2pvt.create_org_contact(ddp_person_rec,

1423:
1424:
1425:
1426: -- here's the delegated call to the old PL/SQL routine
1427: ibe_party_v2pvt.create_org_contact(ddp_person_rec,
1428: p_relationship_type,
1429: p_org_party_id,
1430: ddp_work_phone_rec,
1431: ddp_home_phone_rec,

Line 1732: ibe_party_v2pvt.create_person(ddp_person_rec,

1728:
1729:
1730:
1731: -- here's the delegated call to the old PL/SQL routine
1732: ibe_party_v2pvt.create_person(ddp_person_rec,
1733: ddp_email_rec,
1734: ddp_work_phone_rec,
1735: ddp_home_phone_rec,
1736: ddp_fax_rec,

Line 2364: ibe_party_v2pvt.create_organization(ddp_organization_rec,

2360:
2361:
2362:
2363: -- here's the delegated call to the old PL/SQL routine
2364: ibe_party_v2pvt.create_organization(ddp_organization_rec,
2365: ddp_org_workphone_rec,
2366: ddp_org_fax_rec,
2367: ddp_location_rec,
2368: ddp_party_site_rec,

Line 2491: ibe_party_v2pvt.create_contact_points(p_owner_table_id,

2487:
2488:
2489:
2490: -- here's the delegated call to the old PL/SQL routine
2491: ibe_party_v2pvt.create_contact_points(p_owner_table_id,
2492: ddp_work_phone_rec,
2493: ddp_home_phone_rec,
2494: ddp_fax_rec,
2495: ddp_email_rec,

Line 2530: ddrosetta_retval := ibe_party_v2pvt.find_organization(x_org_id,

2526:
2527:
2528:
2529: -- here's the delegated call to the old PL/SQL routine
2530: ddrosetta_retval := ibe_party_v2pvt.find_organization(x_org_id,
2531: x_org_num,
2532: x_org_name);
2533:
2534: -- copy data back from the local variables to OUT or IN-OUT args, if any

Line 3368: ibe_party_v2pvt.Save_Tca_Entities(ddp_person_rec,

3364: ddp_org_fax_rec.raw_phone_number := p9_a8;
3365:
3366:
3367: -- here's the delegated call to the PL/SQL routine
3368: ibe_party_v2pvt.Save_Tca_Entities(ddp_person_rec,
3369: p_person_object_version_number,
3370: ddp_email_contact_point_rec,
3371: ddp_email_rec,
3372: p_email_object_version_number,

Line 3407: end ibe_party_v2pvt_w;

3403: -- copy data back from the local variables to OUT or IN-OUT args, if any
3404:
3405: end;
3406:
3407: end ibe_party_v2pvt_w;