DBA Data[Home] [Help]

APPS.OE_CUSTOMER_INFO_PVT dependencies on HZ_CUST_ACCOUNT_SITE_V2PUB

Line 2101: l_acct_site_uses HZ_CUST_ACCOUNT_SITE_V2PUB.cust_site_use_rec_type;

2097: x_msg_count OUT NOCOPY NUMBER ,
2098: x_msg_data OUT NOCOPY VARCHAR2)
2099: IS
2100: l_location_number VARCHAR2(360);
2101: l_acct_site_uses HZ_CUST_ACCOUNT_SITE_V2PUB.cust_site_use_rec_type;
2102: l_cust_profile_rec HZ_CUSTOMER_PROFILE_V2PUB.customer_profile_rec_type;
2103: p_org_id NUMBER := MO_GLOBAL.get_current_org_id;
2104: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
2105:

Line 2123: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use

2119: l_acct_site_uses.location := p_location_number;
2120: END IF;
2121:
2122:
2123: HZ_CUST_ACCOUNT_SITE_V2PUB.Create_Cust_Site_Use
2124: (
2125: p_cust_site_use_rec => l_acct_site_uses,
2126: p_customer_profile_rec => l_cust_profile_rec,
2127: p_create_profile => FND_API.G_FALSE,