DBA Data[Home] [Help]

APPS.CSI_RMA_FULFILL_PUB dependencies on CSI_II_RELATIONSHIPS

Line 835: from csi_ii_relationships

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