DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on HZ_LOCATION_V2PUB

Line 775: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;

771: x_msg_data OUT NOCOPY VARCHAR2
772:
773: ) IS
774:
775: l_location_rec HZ_LOCATION_V2PUB.location_rec_type;
776: l_msg_count number;
777: l_msg_data Varchar2(4000);
778: l_return_status Varchar2(1);
779:

Line 823: HZ_LOCATION_V2PUB.Create_Location(

819: l_location_rec.created_by_module := NVL(p_created_by_module,G_CREATED_BY_MODULE); --ER7675548
820: l_location_rec.orig_system := p_orig_system; --ER7675548
821: l_location_rec.orig_system_reference := p_orig_system_reference ; --ER7675548
822:
823: HZ_LOCATION_V2PUB.Create_Location(
824: p_init_msg_list => Null
825: ,p_location_rec => l_location_rec
826: ,x_return_status => l_return_status
827: ,x_msg_count => l_msg_count