DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT dependencies on IBE_PARTY_V2PVT

Line 1: PACKAGE BODY IBE_PARTY_V2PVT AS

1: PACKAGE BODY IBE_PARTY_V2PVT AS
2: /* $Header: IBEVPARB.pls 120.6 2005/11/07 04:27:33 banatara ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBE_PARTY_V2PVT';
5: G_CREATED_BY_MODULE VARCHAR2(30) := 'USER REGISTRATION';

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBE_PARTY_V2PVT';

1: PACKAGE BODY IBE_PARTY_V2PVT AS
2: /* $Header: IBEVPARB.pls 120.6 2005/11/07 04:27:33 banatara ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'IBE_PARTY_V2PVT';
5: G_CREATED_BY_MODULE VARCHAR2(30) := 'USER REGISTRATION';
6: G_APPLICATION_ID NUMBER := 671;
7: l_true VARCHAR2(1) := FND_API.G_TRUE;
8:

Line 58: IBE_UTIL.debug('enter ibe_party_v2pvt.create_individual_user');

54:
55: l_account_id NUMBER;
56: BEGIN
57: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
58: IBE_UTIL.debug('enter ibe_party_v2pvt.create_individual_user');
59: END IF;
60:
61:
62:

Line 303: IBE_UTIL.debug('enter ibe_party_v2pvt.create_business_user');

299: l_account_id NUMBER;
300: --p_party_rec HZ_PARTY_V2PUB.party_rec_type;
301: BEGIN
302: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
303: IBE_UTIL.debug('enter ibe_party_v2pvt.create_business_user');
304: END IF;
305:
306:
307: -- initialize message list

Line 630: IBE_UTIL.debug('enter ibe_party_v2pvt.create_org_contact');

626: l_rel_party_id NUMBER; ---party_id of type party_relationship
627: l_org_contact_rec HZ_PARTY_CONTACT_V2PUB.org_contact_rec_type;
628: BEGIN
629: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
630: IBE_UTIL.debug('enter ibe_party_v2pvt.create_org_contact');
631: END IF;
632:
633:
634:

Line 897: IBE_UTIL.debug('enter ibe_party_v2pvt.create_person');

893: l_fax_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type := null;
894: l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type := null;
895: BEGIN
896: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
897: IBE_UTIL.debug('enter ibe_party_v2pvt.create_person');
898: END IF;
899:
900: l_person_rec := p_person_rec;
901: l_person_rec.created_by_module := p_created_by_module;

Line 1149: IBE_UTIL.debug('enter ibe_party_v2pvt.create_organization');

1145:
1146: --l_account_id NUMBER;
1147: BEGIN
1148: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1149: IBE_UTIL.debug('enter ibe_party_v2pvt.create_organization');
1150: END IF;
1151:
1152:
1153: l_organization_rec := p_organization_rec;

Line 1428: IBE_UTIL.debug('enter ibe_party_v2pvt.create_contact_points');

1424: l_contact_point_rec HZ_CONTACT_POINT_V2PUB.CONTACT_POINT_REC_TYPE;
1425:
1426: BEGIN
1427: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1428: IBE_UTIL.debug('enter ibe_party_v2pvt.create_contact_points');
1429: END IF;
1430:
1431: l_contact_point_rec.status := 'A';
1432: l_contact_point_rec.owner_table_name := 'HZ_PARTIES';

Line 1679: IBE_UTIL.debug('enter ibe_party_v2pvt.update_contact_preference');

1675:
1676:
1677: BEGIN
1678: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1679: IBE_UTIL.debug('enter ibe_party_v2pvt.update_contact_preference');
1680: END IF;
1681:
1682: FND_MSG_PUB.initialize;
1683:

Line 1863: IBE_UTIL.debug('enter ibe_party_v2pvt.update_person_language');

1859:
1860: BEGIN
1861:
1862: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1863: IBE_UTIL.debug('enter ibe_party_v2pvt.update_person_language');
1864: END IF;
1865:
1866: FND_MSG_PUB.initialize;
1867:

Line 2057: IBE_UTIL.debug('enter ibe_party_v2pvt.create_account');

2053:
2054:
2055: BEGIN
2056: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2057: IBE_UTIL.debug('enter ibe_party_v2pvt.create_account');
2058: END IF;
2059:
2060: -- initialize message list if p_init_msg_list is set to TRUE.
2061: FND_MSG_PUB.initialize;

Line 2298: IBE_UTIL.debug('Begin ibe_party_v2pvt.update_party_status');

2294: rec_cntct_pref c_getContactPref%rowtype;
2295:
2296: BEGIN
2297: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2298: IBE_UTIL.debug('Begin ibe_party_v2pvt.update_party_status');
2299: END IF;
2300: -- initialize message list if p_init_msg_list is set to TRUE.
2301: FND_MSG_PUB.initialize;
2302: -- Initialize API return status to success

Line 2607: IBE_UTIL.debug('enter ibe_party_v2pvt.find_organization');

2603: l_org_num HZ_PARTIES.PARTY_NUMBER%TYPE := null;
2604:
2605: BEGIN
2606: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2607: IBE_UTIL.debug('enter ibe_party_v2pvt.find_organization');
2608: IBE_UTIL.debug('x_org_name: '|| x_org_name);
2609: IBE_UTIL.debug('x_org_num: '|| x_org_num);
2610: IBE_UTIL.debug('x_org_id: '|| x_org_id);
2611: END IF;

Line 2672: --IBE_UTIL.debug('exit ibe_party_v2pvt.find_organization ret_val :' || ret_val);

2668: end if;
2669: Close c_party_num;
2670: End if;
2671:
2672: --IBE_UTIL.debug('exit ibe_party_v2pvt.find_organization ret_val :' || ret_val);
2673: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2674: IBE_UTIL.debug('x_org_name: '|| x_org_name);
2675: IBE_UTIL.debug('x_org_num: '|| x_org_num);
2676: IBE_UTIL.debug('x_org_id: '|| x_org_id);

Line 2678: --IBE_UTIL.debug('exit ibe_party_v2pvt.find_organization ret_val :' || ret_val));

2674: IBE_UTIL.debug('x_org_name: '|| x_org_name);
2675: IBE_UTIL.debug('x_org_num: '|| x_org_num);
2676: IBE_UTIL.debug('x_org_id: '|| x_org_id);
2677: END IF;
2678: --IBE_UTIL.debug('exit ibe_party_v2pvt.find_organization ret_val :' || ret_val));
2679: return ret_val;
2680: END Find_Organization;
2681:
2682:

Line 2689: | Internal API called by IBE_PARTY_V2PVT_W wrapper which in turn is

2685: | PROCEDURE NAME
2686: | Save_Tca_Entities
2687: |
2688: | DESCRIPTION
2689: | Internal API called by IBE_PARTY_V2PVT_W wrapper which in turn is
2690: | called by saveTcaEntities in PartV2Wrap.java
2691: |
2692: |
2693: | USAGE

Line 2817: IBE_UTIL.debug('enter ibe_party_v2pvt.Save_Tca_Entities');

2813: l_org_party_id NUMBER := l_organization_rec.party_rec.party_id;
2814:
2815: BEGIN
2816: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2817: IBE_UTIL.debug('enter ibe_party_v2pvt.Save_Tca_Entities');
2818: END IF;
2819:
2820: -- initialize message list
2821: FND_MSG_PUB.initialize;

Line 3645: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_person_party_id: '|| x_person_party_id);

3641: x_rel_party_id := l_rel_party_id;
3642: x_org_party_id := l_org_party_id;
3643:
3644: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3645: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_person_party_id: '|| x_person_party_id);
3646: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_rel_party_id: '|| x_rel_party_id);
3647: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_org_party_id:' || x_org_party_id);
3648: IBE_UTIL.debug('IBE_PARTY_V2PVT.Save_Tca_Entites: Completing the call to Save_Tca_Entties');
3649: END IF;

Line 3646: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_rel_party_id: '|| x_rel_party_id);

3642: x_org_party_id := l_org_party_id;
3643:
3644: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3645: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_person_party_id: '|| x_person_party_id);
3646: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_rel_party_id: '|| x_rel_party_id);
3647: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_org_party_id:' || x_org_party_id);
3648: IBE_UTIL.debug('IBE_PARTY_V2PVT.Save_Tca_Entites: Completing the call to Save_Tca_Entties');
3649: END IF;
3650:

Line 3647: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_org_party_id:' || x_org_party_id);

3643:
3644: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3645: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_person_party_id: '|| x_person_party_id);
3646: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_rel_party_id: '|| x_rel_party_id);
3647: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_org_party_id:' || x_org_party_id);
3648: IBE_UTIL.debug('IBE_PARTY_V2PVT.Save_Tca_Entites: Completing the call to Save_Tca_Entties');
3649: END IF;
3650:
3651: EXCEPTION

Line 3648: IBE_UTIL.debug('IBE_PARTY_V2PVT.Save_Tca_Entites: Completing the call to Save_Tca_Entties');

3644: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
3645: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_person_party_id: '|| x_person_party_id);
3646: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_rel_party_id: '|| x_rel_party_id);
3647: IBE_UTIL.debug('Before completing the process in IBE_PARTY_V2PVT.Save_Tca_Entites - x_org_party_id:' || x_org_party_id);
3648: IBE_UTIL.debug('IBE_PARTY_V2PVT.Save_Tca_Entites: Completing the call to Save_Tca_Entties');
3649: END IF;
3650:
3651: EXCEPTION
3652:

Line 3712: END IBE_PARTY_V2PVT;

3708:
3709: END Save_Tca_Entities;
3710:
3711:
3712: END IBE_PARTY_V2PVT;