DBA Data[Home] [Help]

APPS.GMD_RECIPE_FETCH_PUB dependencies on GMP_PLANT_RSRC_PARAMETERS

Line 1686: FROM gmp_plant_rsrc_parameters p, cr_rsrc_dtl c

1682:
1683: /* Parameters at the plant resource level */
1684: CURSOR Cur_get_plnt_rsrc (V_resources VARCHAR2, V_parameter_id NUMBER) IS
1685: SELECT p.*
1686: FROM gmp_plant_rsrc_parameters p, cr_rsrc_dtl c
1687: WHERE p.resource_id = c.resource_id
1688: AND organization_id = p_organization_id
1689: AND resources = V_resources
1690: AND parameter_id = V_parameter_id;