DBA Data[Home] [Help]

APPS.OE_INLINE_CUSTOMER_PUB dependencies on HZ_LOCATION_V2PUB

Line 1555: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;

1551: l_customer_info_id Number;
1552: l_customer_info_number Varchar2(30);
1553: l_customer_party_id Number;
1554: l_return_status Varchar2(1);
1555: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;
1556: l_msg_count Number;
1557: l_msg_data Varchar2(4000);
1558: l_location_id Number;
1559: l_party_site_rec HZ_PARTY_SITE_V2PUB.party_site_rec_type;

Line 2044: HZ_LOCATION_V2PUB.Create_Location(

2040: l_location_rec.attribute19 := address_info_rec.attribute19;
2041: l_location_rec.attribute20 := address_info_rec.attribute20;
2042: l_location_rec.created_by_module := G_CREATED_BY_MODULE;
2043: l_location_rec.application_id := 660;
2044: HZ_LOCATION_V2PUB.Create_Location(
2045: p_init_msg_list => Null
2046: ,p_location_rec => l_location_rec
2047: ,x_return_status => l_return_status
2048: ,x_msg_count => l_msg_count