DBA Data[Home] [Help]

APPS.GMD_VERSION_CONTROL dependencies on GMD_RECIPE_ORGN_ACTIVITIES

Line 833: FROM gmd_recipe_orgn_activities

829: X_vr_tbl rcp_vr;
830:
831: CURSOR Cur_get_actv IS
832: SELECT *
833: FROM gmd_recipe_orgn_activities
834: WHERE recipe_id = p_recipe_id;
835: TYPE rcp_actv IS TABLE OF Cur_get_actv%ROWTYPE INDEX BY BINARY_INTEGER;
836: X_actv_tbl rcp_actv;
837:

Line 1152: INSERT INTO gmd_recipe_orgn_activities(recipe_id, routingstep_id,

1148: ELSE
1149: l_text_code := NULL;
1150: END IF;
1151: -- Bug #2673008 (JKB) Added call to copy_text above.
1152: INSERT INTO gmd_recipe_orgn_activities(recipe_id, routingstep_id,
1153: activity_factor, attribute_category, attribute1,
1154: created_by, creation_date, last_updated_by,
1155: last_update_date, last_update_login, organization_id, attribute2,
1156: attribute3, attribute4, attribute5, attribute6, attribute7,