DBA Data[Home] [Help]

APPS.GMD_EBI_RECIPE_PUB dependencies on FND_ATTACHMENT_UTIL_PKG

Line 1186: l_attchmt_exits := fnd_attachment_util_pkg.get_atchmt_exists(l_entity_name => 'FM_FORM_MST_B'

1182: SELECT Max(formula_id) INTO l_formula_id FROM fm_form_mst_b WHERE formula_no=p_recipe_obj.formula_obj.formula_header.FORMULA_no;
1183: ELSE
1184: l_formula_id := p_recipe_obj.formula_obj.formula_header.FORMULA_ID;
1185: END IF;
1186: l_attchmt_exits := fnd_attachment_util_pkg.get_atchmt_exists(l_entity_name => 'FM_FORM_MST_B'
1187: ,l_pkey1 => l_formula_id
1188: ,l_pkey3 => null
1189: ,l_pkey4 => null
1190: ,l_pkey5 => null