DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on CSI_II_RELATIONSHIPS

Line 833: from csi_ii_relationships

829:
830: Begin
831: Select object_id
832: Into l_curr_object_id
833: from csi_ii_relationships
834: Where object_id = l_object_inst_id
835: And sysdate between nvl(active_end_date, sysdate) and sysdate+1;
836: Exception
837: when no_data_found THEN