DBA Data[Home] [Help]

APPS.PAY_KW_SOE dependencies on PAY_CORE_UTILS

Line 349: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

345: l_st_needed_chr := 'N';
346: l_sn_needed_chr := 'N';
347: l_st2_needed_chr := 'N';
348: --
349: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',
350: l_legislation_code,
351: l_inp_val_name,
352: l_found);
353: if (l_found = TRUE) then

Line 357: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

353: if (l_found = TRUE) then
354: l_si_needed_chr := 'Y';
355: end if;
356: --
357: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',
358: l_legislation_code,
359: l_inp_val_name,
360: l_found);
361: if (l_found = TRUE) then

Line 365: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

361: if (l_found = TRUE) then
362: l_st_needed_chr := 'Y';
363: end if;
364: --
365: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',
366: l_legislation_code,
367: l_inp_val_name,
368: l_found);
369: if (l_found = TRUE) then

Line 373: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

369: if (l_found = TRUE) then
370: l_sn_needed_chr := 'Y';
371: end if;
372: --
373: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',
374: l_legislation_code,
375: l_inp_val_name,
376: l_found);
377: if (l_found = TRUE) then