DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_PARTY_V2PUB

Line 121: l_person_rec hz_party_v2pub.person_rec_type;

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

Line 122: l_party_rec hz_party_v2pub.party_rec_type;

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

Line 165: HZ_PARTY_V2PUB.Create_Person(

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

Line 1382: l_person_rec HZ_PARTY_V2PUB.person_rec_type;

1378:
1379: in_created_by_module in varchar2 default null
1380: ) IS
1381:
1382: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
1383: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1384: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
1385: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
1386: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

Line 1383: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;

1379: in_created_by_module in varchar2 default null
1380: ) IS
1381:
1382: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
1383: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1384: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
1385: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
1386: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
1387:

Line 1384: l_party_rec HZ_PARTY_V2PUB.party_rec_type;

1380: ) IS
1381:
1382: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
1383: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1384: l_party_rec HZ_PARTY_V2PUB.party_rec_type;
1385: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
1386: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;
1387:
1388: x_profile_id NUMBER;

Line 1646: l_person_rec HZ_PARTY_V2PUB.person_rec_type;

1642: x_msg_data OUT NOCOPY VARCHAR2
1643:
1644: ) IS
1645:
1646: l_person_rec HZ_PARTY_V2PUB.person_rec_type;
1647:
1648: --
1649: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1650: --

Line 1659: HZ_PARTY_V2PUB.Create_Person(

1655: --l_person_rec.party_rec.party_number := p_party_number;
1656: null;
1657: end if;
1658:
1659: HZ_PARTY_V2PUB.Create_Person(
1660: p_person_rec => l_person_rec,
1661: x_party_id => x_party_id,
1662: x_party_number => p_party_number,
1663: x_profile_id => x_profile_id,

Line 1687: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;

1683:
1684: x_msg_data OUT NOCOPY VARCHAR2
1685:
1686: ) IS
1687: l_organization_rec HZ_PARTY_V2PUB.organization_rec_type;
1688:
1689: --
1690: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1691: --