DBA Data[Home] [Help]

APPS.AMS_ITEM_OWNER_PVT dependencies on AMS_PROD_TEMPLATE_ATTR

Line 1403: FROM ams_prod_template_attr

1399:
1400: CURSOR get_product_attr ( p_template_id IN NUMBER)-- p_parent_attribute_code IN VARCHAR2)
1401: IS
1402: SELECT attribute_code,default_flag,parent_select_all
1403: FROM ams_prod_template_attr
1404: WHERE template_id = p_template_id ;
1405:
1406: l_get_product_attr get_product_attr%ROWTYPE;
1407: