DBA Data[Home] [Help]

APPS.GL_AUTO_ALLOC_WF_PKG dependencies on GL_AUTO_ALLOC_VW_PKG

Line 657: f_batch_name := gl_auto_alloc_vw_pkg.Get_Batch_Name(

653: IF (diagn_debug_msg_flag) AND (G_DIR is NOT NULL ) THEN
654: diagn_debug_msg('Next_Step_Type: ' || 'Step Contact = ' ||f_owner);
655: END IF;
656: If f_batch_id Is Not Null Then
657: f_batch_name := gl_auto_alloc_vw_pkg.Get_Batch_Name(
658: BATCH_TYPE_CODE => f_batch_type_code
659: ,BATCH_ID => f_batch_id
660: );
661: Else