DBA Data[Home] [Help]

APPS.HXC_SETUP_VALIDATION_PKG dependencies on STANDARD

Line 865: else if ( nvl(l_pref_table(1).attribute1,'STANDARD') = 'STANDARD' ) then

861: p_time_attribute_id => NULL,
862: p_time_attribute_ovn => NULL );
863:
864: end if;
865: else if ( nvl(l_pref_table(1).attribute1,'STANDARD') = 'STANDARD' ) then
866: --
867: -- Non Audit flow:
868: -- Audit layout must be null
869: -- CLA TERG must be null

Line 895: -- Failed CLA Setup validation for STANDARD flow.

891: end if; -- Null CLA TERG ?
892: end if; -- Null Audit Layout ?
893:
894: if not l_cla_prefs_ok then
895: -- Failed CLA Setup validation for STANDARD flow.
896: hxc_timecard_message_helper.adderrortocollection
897: (p_messages => p_messages,
898: p_message_name => 'HXC_VLD_NON_CLA_PREF_DFN',
899: p_message_level => 'ERROR',