DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_PARTY_V2PUB

Line 124: l_person_rec hz_party_v2pub.person_rec_type;

120: c2_Attribute20 IN VARCHAR2,
121: in_phone_country_code in varchar2 default null
122: ) IS
123:
124: l_person_rec hz_party_v2pub.person_rec_type;
125: l_party_rec hz_party_v2pub.party_rec_type;
126:
127: x_party_id number;
128: x_party_number varchar2(50);

Line 125: l_party_rec hz_party_v2pub.party_rec_type;

121: in_phone_country_code in varchar2 default null
122: ) IS
123:
124: l_person_rec hz_party_v2pub.person_rec_type;
125: l_party_rec hz_party_v2pub.party_rec_type;
126:
127: x_party_id number;
128: x_party_number varchar2(50);
129: x_profile_id number;

Line 168: HZ_PARTY_V2PUB.Create_Person(

164: end if;
165:
166: l_person_rec.party_rec := l_party_rec;
167:
168: HZ_PARTY_V2PUB.Create_Person(
169: p_person_rec => l_person_rec,
170: x_party_id => x_party_id,
171: x_party_number => x_party_number,
172: x_profile_id => x_profile_id,

Line 1419: l_person_rec HZ_PARTY_V2PUB.person_rec_type;

1415: p_orig_system_reference IN VARCHAR2 DEFAULT NULL, --ER7675548
1416: p_account_description IN VARCHAR2 DEFAULT NULL --ER7675548
1417: ) IS
1418:
1419: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
1420: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1421: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
1422: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
1423: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

Line 1420: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;

1416: p_account_description IN VARCHAR2 DEFAULT NULL --ER7675548
1417: ) IS
1418:
1419: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
1420: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1421: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
1422: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
1423: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
1424:

Line 1421: l_party_rec HZ_PARTY_V2PUB.party_rec_type;

1417: ) IS
1418:
1419: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
1420: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1421: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
1422: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
1423: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
1424:
1425: x_profile_id NUMBER;

Line 1690: l_person_rec HZ_PARTY_V2PUB.person_rec_type;

1686: x_msg_data OUT NOCOPY VARCHAR2
1687:
1688: ) IS
1689:
1690: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
1691:
1692: --
1693: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1694: --

Line 1703: HZ_PARTY_V2PUB.Create_Person(

1699: --l_person_rec.party_rec.party_number := p_party_number;
1700: null;
1701: end if;
1702:
1703: HZ_PARTY_V2PUB.Create_Person(
1704: p_person_rec => l_person_rec,
1705: x_party_id => x_party_id,
1706: x_party_number => p_party_number,
1707: x_profile_id => x_profile_id,

Line 1731: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;

1727:
1728: x_msg_data OUT NOCOPY VARCHAR2
1729:
1730: ) IS
1731: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1732:
1733: --
1734: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1735: --