DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_CUST_ACCOUNT_V2PUB

Line 1423: l_account_rec HZ_CUST_ACCOUNT_V2PUB.cust_account_rec_type;

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;
1426:
1427: --

Line 1528: HZ_CUST_ACCOUNT_V2PUB.Create_Cust_Account

1524: end if;
1525:
1526: IF p_party_type = 'PERSON' then
1527:
1528: HZ_CUST_ACCOUNT_V2PUB.Create_Cust_Account
1529: (
1530: p_person_rec => l_person_rec,
1531: p_cust_account_rec => l_account_rec,
1532: p_customer_profile_rec => l_cust_profile_rec,

Line 1545: HZ_CUST_ACCOUNT_V2PUB.Create_Cust_Account

1541: );
1542:
1543: ELSE
1544:
1545: HZ_CUST_ACCOUNT_V2PUB.Create_Cust_Account
1546: (
1547: p_organization_rec => l_organization_rec,
1548: p_cust_account_rec => l_account_rec,
1549: p_customer_profile_rec => l_cust_profile_rec,

Line 1611: l_cust_rel_rec HZ_CUST_ACCOUNT_V2PUB.cust_acct_relate_rec_type;

1607: x_msg_data OUT NOCOPY VARCHAR2
1608:
1609: ) IS
1610:
1611: l_cust_rel_rec HZ_CUST_ACCOUNT_V2PUB.cust_acct_relate_rec_type;
1612:
1613: --
1614: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1615: --

Line 1626: HZ_CUST_ACCOUNT_V2PUB.Create_Cust_Acct_Relate

1622: l_cust_rel_rec.created_by_module := NVL(p_created_by_module,G_CREATED_BY_MODULE);
1623:
1624:
1625:
1626: HZ_CUST_ACCOUNT_V2PUB.Create_Cust_Acct_Relate
1627: (
1628: p_cust_acct_relate_rec => l_cust_rel_rec,
1629: x_return_status => x_return_status,
1630: x_msg_count => x_msg_count,