DBA Data[Home] [Help]

APPS.INV_COMINGLING_UTILS dependencies on WMS_INSTALL

Line 737: l_wms_org_flag := wms_install.check_install

733: end if;
734:
735: --Bug 2892207 moved this from above so that l_wms_org_flag is
736: --queried for the right organization
737: l_wms_org_flag := wms_install.check_install
738: ( x_return_status =>l_return_status,
739: x_msg_count =>l_msg_count,
740: x_msg_data =>l_msg_data,
741: p_organization_id => l_comingle_org);