DBA Data[Home] [Help]

APPS.GMD_EBI_RECIPE_PUB dependencies on INV_EBI_UTIL

Line 75: IF( inv_ebi_UTIL.is_master_org (

71: l_temp VARCHAR(1);
72: BEGIN
73: IF p_formula_obj IS NOT NULL THEN
74: FOR j in 1..p_formula_obj.formula_details.COUNT LOOP
75: IF( inv_ebi_UTIL.is_master_org (
76: p_formula_obj.formula_details(j).owner_organization_id) <> FND_API.g_true) THEN
77: IF(item_exists_in_org( p_formula_obj.formula_details(j).inventory_item_id,p_formula_obj.formula_details(j).owner_organization_id) = FND_API.g_false) THEN
78: l_org_id_obj := inv_ebi_org_obj(p_formula_obj.formula_details(j).owner_organization_id,
79: p_formula_obj.formula_details(j).owner_organization_code);