DBA Data[Home] [Help]

APPS.PAY_DK_BIK_UTILITY dependencies on FND_NUMBER

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

90: g_leg_code) = g_leg_code
91: and decode
92: (TAB.user_key_units,
93: 'D', to_char(fnd_date.canonical_to_date(p_row_value)),
94: 'N', to_char(fnd_number.canonical_to_number(p_row_value)),
95: 'T', upper (p_row_value),
96: null) =
97: decode
98: (TAB.user_key_units,

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

96: null) =
97: decode
98: (TAB.user_key_units,
99: 'D', to_char(fnd_date.canonical_to_date(R.row_low_range_or_name)),
100: 'N', to_char(fnd_number.canonical_to_number(R.row_low_range_or_name)),
101: 'T', upper (R.row_low_range_or_name),
102: null)
103: and CINST.user_row_id = R.user_row_id
104: and l_effective_date between CINST.effective_start_date

Line 183: and fnd_number.canonical_to_number (p_row_value)

179: and nvl (R.business_group_id,
180: p_bus_group_id) = p_bus_group_id
181: and nvl (R.legislation_code,
182: g_leg_code) = g_leg_code
183: and fnd_number.canonical_to_number (p_row_value)
184: between fnd_number.canonical_to_number (R.row_low_range_or_name)
185: and fnd_number.canonical_to_number (R.row_high_range)
186: and TAB.user_key_units = 'N'
187: and CINST.user_row_id = R.user_row_id

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

180: p_bus_group_id) = p_bus_group_id
181: and nvl (R.legislation_code,
182: g_leg_code) = g_leg_code
183: and fnd_number.canonical_to_number (p_row_value)
184: between fnd_number.canonical_to_number (R.row_low_range_or_name)
185: and fnd_number.canonical_to_number (R.row_high_range)
186: and TAB.user_key_units = 'N'
187: and CINST.user_row_id = R.user_row_id
188: and l_effective_date between CINST.effective_start_date

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

181: and nvl (R.legislation_code,
182: g_leg_code) = g_leg_code
183: and fnd_number.canonical_to_number (p_row_value)
184: between fnd_number.canonical_to_number (R.row_low_range_or_name)
185: and fnd_number.canonical_to_number (R.row_high_range)
186: and TAB.user_key_units = 'N'
187: and CINST.user_row_id = R.user_row_id
188: and l_effective_date between CINST.effective_start_date
189: and CINST.effective_end_date

Line 195: l_value_num := fnd_number.canonical_to_number(l_value);

191: p_bus_group_id) = p_bus_group_id
192: and nvl (CINST.legislation_code,
193: g_leg_code) = g_leg_code;
194:
195: l_value_num := fnd_number.canonical_to_number(l_value);
196:
197:
198: if fnd_number.canonical_to_number(l_value) <= 0 then
199: l_value := 'N';

Line 198: if fnd_number.canonical_to_number(l_value) <= 0 then

194:
195: l_value_num := fnd_number.canonical_to_number(l_value);
196:
197:
198: if fnd_number.canonical_to_number(l_value) <= 0 then
199: l_value := 'N';
200: end if;
201:
202: