DBA Data[Home] [Help]

APPS.PAY_AE_SOE dependencies on PAY_CORE_UTILS

Line 359: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

355: l_st_needed_chr := 'N';
356: l_sn_needed_chr := 'N';
357: l_st2_needed_chr := 'N';
358: --
359: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',
360: l_legislation_code,
361: l_inp_val_name,
362: l_found);
363: if (l_found = TRUE) then

Line 367: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

363: if (l_found = TRUE) then
364: l_si_needed_chr := 'Y';
365: end if;
366: --
367: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',
368: l_legislation_code,
369: l_inp_val_name,
370: l_found);
371: if (l_found = TRUE) then

Line 375: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

371: if (l_found = TRUE) then
372: l_st_needed_chr := 'Y';
373: end if;
374: --
375: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',
376: l_legislation_code,
377: l_inp_val_name,
378: l_found);
379: if (l_found = TRUE) then

Line 383: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

379: if (l_found = TRUE) then
380: l_sn_needed_chr := 'Y';
381: end if;
382: --
383: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',
384: l_legislation_code,
385: l_inp_val_name,
386: l_found);
387: if (l_found = TRUE) then