DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_LOCATION_V2PUB

Line 754: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;

750: x_msg_data OUT NOCOPY VARCHAR2
751:
752: ) IS
753:
754: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;
755: l_msg_count number;
756: l_msg_data Varchar2(4000);
757: l_return_status Varchar2(1);
758:

Line 800: HZ_LOCATION_V2PUB.Create_Location(

796: l_location_rec.attribute20 := c_attribute20;
797:
798: l_location_rec.created_by_module := G_CREATED_BY_MODULE;
799:
800: HZ_LOCATION_V2PUB.Create_Location(
801: p_init_msg_list => Null
802: ,p_location_rec => l_location_rec
803: ,x_return_status => l_return_status
804: ,x_msg_count => l_msg_count