DBA Data[Home] [Help]

APPS.IGI_ITR_GL_INTERFACE_PKG dependencies on DUAL

Line 658: From sys.dual ;

654: p_int_control.set_of_books_id,
655: p_int_control.group_id,
656: p_int_control.status,
657: p_int_control.je_source_name
658: From sys.dual ;
659: Exception
660: When Others Then
661: p_int_control := l_int_control_old;
662: If (SQLCODE <> -20001) Then