DBA Data[Home] [Help]

APPS.GML_BATCH_OM_UTIL dependencies on IC_WHSE_MST

Line 634: From ic_whse_mst

630: and mtl.organization_id = p_org_id;
631:
632: Cursor get_whse_code (p_org_id IN NUMBER) IS
633: Select whse_code
634: From ic_whse_mst
635: Where mtl_organization_id = p_org_id;
636:
637: BEGIN
638: x_return_status := FND_API.G_RET_STS_SUCCESS;