DBA Data[Home] [Help]

APPS.GMD_SUBSTITUTION_PVT dependencies on GMD_FORMULA_SUBSTITUTION_PKG

Line 336: GMD_FORMULA_SUBSTITUTION_PKG.insert_row

332: into l_formula_substitution_id
333: from dual;
334:
335: -- Call the table handler for insert of formula substitution
336: GMD_FORMULA_SUBSTITUTION_PKG.insert_row
337: (
338: X_ROWID => l_row_id
339: , X_FORMULA_SUBSTITUTION_ID => l_formula_substitution_id
340: , X_SUBSTITUTION_ID => p_substitution_id

Line 683: GMD_FORMULA_SUBSTITUTION_PKG.DELETE_ROW

679: , l_substitution_id;
680: CLOSE get_fm_and_orig_item;
681:
682: -- Call the table handler for delete of formula substitution association
683: GMD_FORMULA_SUBSTITUTION_PKG.DELETE_ROW
684: (
685: X_FORMULA_SUBSTITUTION_ID => p_formula_substitution_id
686: );
687: