DBA Data[Home] [Help]

APPS.HXC_SETUP_VALIDATION_PKG dependencies on STANDARD

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

1027: p_time_attribute_id => NULL,
1028: p_time_attribute_ovn => NULL );
1029:
1030: end if;
1031: else if ( nvl(l_pref_table(1).attribute1,'STANDARD') = 'STANDARD' ) then
1032: --
1033: -- Non Audit flow:
1034: -- Audit layout must be null
1035: -- CLA TERG must be null

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

1057: end if; -- Null CLA TERG ?
1058: end if; -- Null Audit Layout ?
1059:
1060: if not l_cla_prefs_ok then
1061: -- Failed CLA Setup validation for STANDARD flow.
1062: hxc_timecard_message_helper.adderrortocollection
1063: (p_messages => p_messages,
1064: p_message_name => 'HXC_VLD_NON_CLA_PREF_DFN',
1065: p_message_level => 'ERROR',