DBA Data[Home] [Help]

APPS.HRUSERDT dependencies on FND_NUMBER

Line 112: 'N', to_char(fnd_number.canonical_to_number(p_row_value)),

108: g_leg_code) = g_leg_code
109: and decode
110: (TAB.user_key_units,
111: 'D', to_char(fnd_date.canonical_to_date(p_row_value)),
112: 'N', to_char(fnd_number.canonical_to_number(p_row_value)),
113: 'T', upper (p_row_value),
114: null) =
115: decode
116: (TAB.user_key_units,

Line 118: 'N', to_char(fnd_number.canonical_to_number(R.row_low_range_or_name)),

114: null) =
115: decode
116: (TAB.user_key_units,
117: 'D', to_char(fnd_date.canonical_to_date(R.row_low_range_or_name)),
118: 'N', to_char(fnd_number.canonical_to_number(R.row_low_range_or_name)),
119: 'T', upper (R.row_low_range_or_name),
120: null)
121: and CINST.user_row_id = R.user_row_id
122: and l_effective_date between CINST.effective_start_date

Line 209: and fnd_number.canonical_to_number (p_row_value)

205: and nvl (R.business_group_id,
206: p_bus_group_id) = p_bus_group_id
207: and nvl (R.legislation_code,
208: g_leg_code) = g_leg_code
209: and fnd_number.canonical_to_number (p_row_value)
210: between fnd_number.canonical_to_number (R.row_low_range_or_name)
211: and fnd_number.canonical_to_number (R.row_high_range)
212: and TAB.user_key_units = 'N'
213: and CINST.user_row_id = R.user_row_id

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

206: p_bus_group_id) = p_bus_group_id
207: and nvl (R.legislation_code,
208: g_leg_code) = g_leg_code
209: and fnd_number.canonical_to_number (p_row_value)
210: between fnd_number.canonical_to_number (R.row_low_range_or_name)
211: and fnd_number.canonical_to_number (R.row_high_range)
212: and TAB.user_key_units = 'N'
213: and CINST.user_row_id = R.user_row_id
214: and l_effective_date between CINST.effective_start_date

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

207: and nvl (R.legislation_code,
208: g_leg_code) = g_leg_code
209: and fnd_number.canonical_to_number (p_row_value)
210: between fnd_number.canonical_to_number (R.row_low_range_or_name)
211: and fnd_number.canonical_to_number (R.row_high_range)
212: and TAB.user_key_units = 'N'
213: and CINST.user_row_id = R.user_row_id
214: and l_effective_date between CINST.effective_start_date
215: and CINST.effective_end_date