DBA Data[Home] [Help]

APPS.GMD_RECIPE_HEADER_PVT dependencies on GMD_RECIPES_MLS

Line 241: GMD_RECIPES_MLS.INSERT_ROW(

237: /* on-insert pkg to insert into */
238: /* and table */
239: /* Text Code is handled by another package. */
240:
241: GMD_RECIPES_MLS.INSERT_ROW(
242: X_ROWID => l_rowid,
243: X_RECIPE_ID => l_recipe_id,
244: X_RECIPE_NO => p_recipe_header_rec.recipe_no,
245: X_RECIPE_VERSION => p_recipe_header_rec.recipe_version,

Line 541: GMD_RECIPES_MLS.UPDATE_ROW(

537: /* on-insert pkg to insert into */
538: /* and table */
539: /* Text Code is handled by another package. */
540: IF (x_return_status = 'S') THEN
541: GMD_RECIPES_MLS.UPDATE_ROW(
542: X_RECIPE_ID => p_recipe_header_rec.recipe_id,
543: X_OWNER_ID => p_recipe_header_rec.owner_id,
544: X_OWNER_LAB_TYPE => p_recipe_header_rec.owner_lab_type,
545: X_DELETE_MARK => p_recipe_header_rec.delete_mark,