DBA Data[Home] [Help]

APPS.GR_ITEM_EXPLOSION_PROP_PKG dependencies on GR_INV_ITEM_PROPERTIES

Line 625: FROM gr_inv_item_properties ip

621:
622: CURSOR c_get_item_properties
623: IS
624: SELECT COUNT(*)
625: FROM gr_inv_item_properties ip
626: WHERE ip.organization_id = p_organization_id
627: AND ip.inventory_item_id = p_inventory_item_id;
628:
629: BEGIN

Line 648: l_msg_data := l_msg_data || 'gr_inv_item_properties, ';

644: OPEN c_get_item_properties;
645: FETCH c_get_item_properties INTO l_record_count;
646: IF l_record_count <> 0 THEN
647: l_return_status := 'E';
648: l_msg_data := l_msg_data || 'gr_inv_item_properties, ';
649: END IF;
650: CLOSE c_get_item_properties;
651:
652: /* Now sort out the error messaging */