DBA Data[Home] [Help]

APPS.GMD_RECIPE_DETAIL dependencies on GMD_RECIPE_CUSTOMERS

Line 1357: from gmd_recipe_customers

1353:
1354:
1355: Cursor get_rc_text_code(rc_id NUMBER, Cust_id NUMBER) IS
1356: Select text_code
1357: from gmd_recipe_customers
1358: where recipe_id = rc_id
1359: and customer_id = cust_id;
1360:
1361: /* Record types for data manipulation */