DBA Data[Home] [Help]

APPS.PV_BENFT_STATUS_CHANGE dependencies on AK_ATTRIBUTES_VL

Line 1959: from ak_attributes_vl ak

1955: and b.product_category_id = c.category_id;
1956:
1957: cursor lc_get_label is
1958: select attribute_code,attribute_label_long
1959: from ak_attributes_vl ak
1960: where attribute_application_id = 522
1961: AND ATTRIBUTE_code in ('ASF_AMOUNT','ASF_PRODUCT_CATEGORY');
1962:
1963: l_entity_id number;