DBA Data[Home] [Help]

APPS.PAY_GB_EAS_SCOTLAND_FUNCTIONS dependencies on FND_NUMBER

Line 743: and fnd_number.canonical_to_number (l_row_value)

739: and R.user_table_id = TAB.user_table_id
740: and l_effective_date between R.effective_start_date
741: and R.effective_end_date
742: and R.legislation_code = 'GB'
743: and fnd_number.canonical_to_number (l_row_value)
744: between fnd_number.canonical_to_number (R.row_low_range_or_name)
745: and fnd_number.canonical_to_number (R.row_high_range)
746: and TAB.user_key_units = 'N'
747: and CINST.user_row_id = R.user_row_id

Line 744: between fnd_number.canonical_to_number (R.row_low_range_or_name)

740: and l_effective_date between R.effective_start_date
741: and R.effective_end_date
742: and R.legislation_code = 'GB'
743: and fnd_number.canonical_to_number (l_row_value)
744: between fnd_number.canonical_to_number (R.row_low_range_or_name)
745: and fnd_number.canonical_to_number (R.row_high_range)
746: and TAB.user_key_units = 'N'
747: and CINST.user_row_id = R.user_row_id
748: and l_effective_date between CINST.effective_start_date

Line 745: and fnd_number.canonical_to_number (R.row_high_range)

741: and R.effective_end_date
742: and R.legislation_code = 'GB'
743: and fnd_number.canonical_to_number (l_row_value)
744: between fnd_number.canonical_to_number (R.row_low_range_or_name)
745: and fnd_number.canonical_to_number (R.row_high_range)
746: and TAB.user_key_units = 'N'
747: and CINST.user_row_id = R.user_row_id
748: and l_effective_date between CINST.effective_start_date
749: and CINST.effective_end_date