DBA Data[Home] [Help]

APPS.CSI_INV_DISCREPANCY_PKG dependencies on CSI_DATASTRUCTURES_PUB

Line 485: p_instance_rec in csi_datastructures_pub.instance_rec)

481: --
482: -- This function checks whether there are any differences between the INV and IB, if so then returns FALSE
483: --
484: FUNCTION not_the_same(
485: p_instance_rec in csi_datastructures_pub.instance_rec)
486: RETURN boolean
487: IS
488:
489: l_not_the_same BOOLEAN := TRUE;

Line 689: l_instance_rec csi_datastructures_pub.instance_rec;

685: l_msg_count NUMBER;
686: l_return_status VARCHAR2(1);
687: --
688: l_skip_error VARCHAR2(2000);
689: l_instance_rec csi_datastructures_pub.instance_rec;
690: l_exists VARCHAR2(1);
691: serial_exists VARCHAR2(1);
692: l_error_count NUMBER := 0;
693: l_count NUMBER := 0;