DBA Data[Home] [Help]

APPS.WSH_UTIL_VALIDATE dependencies on INV_GMI_RSV_BRANCH

Line 5456: IF INV_GMI_RSV_BRANCH.PROCESS_BRANCH(p_organization_id) THEN

5452: g_sr_org_tab(l_index).output_param1 :=
5453: WSH_UTIL_VALIDATE.Check_Wms_Org (
5454: p_organization_id => p_organization_id );
5455:
5456: IF INV_GMI_RSV_BRANCH.PROCESS_BRANCH(p_organization_id) THEN
5457: g_sr_org_tab(l_index).output_param2 := 'Y' ;
5458: ELSE
5459: g_sr_org_tab(l_index).output_param2 := 'N' ;
5460: END IF;