DBA Data[Home] [Help]

APPS.GMD_VERSION_CONTROL dependencies on GMD_RECIPE_ORGN_RESOURCES

Line 840: FROM gmd_recipe_orgn_resources

836: X_actv_tbl rcp_actv;
837:
838: CURSOR Cur_get_rsrc IS
839: SELECT *
840: FROM gmd_recipe_orgn_resources
841: WHERE recipe_id = p_recipe_id;
842: TYPE rcp_rsrc IS TABLE OF Cur_get_rsrc%ROWTYPE INDEX BY BINARY_INTEGER;
843: X_rsrc_tbl rcp_rsrc;
844:

Line 1196: INSERT INTO gmd_recipe_orgn_resources(recipe_id, organization_id, routingstep_id,

1192: ELSE
1193: l_text_code := NULL;
1194: END IF;
1195: -- Bug #2673008 (JKB) Added call to copy_text above.
1196: INSERT INTO gmd_recipe_orgn_resources(recipe_id, organization_id, routingstep_id,
1197: oprn_line_id, resources, creation_date, created_by,
1198: last_updated_by, last_update_date, min_capacity,
1199: max_capacity, last_update_login, text_code, attribute1,
1200: attribute2, attribute3, attribute4, attribute5, attribute6,