DBA Data[Home] [Help]

APPS.PAY_PAYWSLEE_PKG dependencies on HR_GENERAL

Line 296: p_screen_entry_value1 := hr_general.decode_lookup

292: --
293: if fetched_entry_value.lookup_type is not null
294: and p_screen_entry_value1 is not null then
295: --
296: p_screen_entry_value1 := hr_general.decode_lookup
297: (fetched_entry_value.lookup_type,
298: p_screen_entry_value1);
299: --
300: end if;

Line 327: p_screen_entry_value2 := hr_general.decode_lookup

323: --
324: if fetched_entry_value.lookup_type is not null
325: and p_screen_entry_value2 is not null then
326: --
327: p_screen_entry_value2 := hr_general.decode_lookup
328: (fetched_entry_value.lookup_type,
329: p_screen_entry_value2);
330: --
331: end if;

Line 358: p_screen_entry_value3 := hr_general.decode_lookup

354: --
355: if fetched_entry_value.lookup_type is not null
356: and p_screen_entry_value3 is not null then
357: --
358: p_screen_entry_value3 := hr_general.decode_lookup
359: (fetched_entry_value.lookup_type,
360: p_screen_entry_value3);
361: --
362: end if;

Line 389: p_screen_entry_value4 := hr_general.decode_lookup

385: --
386: if fetched_entry_value.lookup_type is not null
387: and p_screen_entry_value4 is not null then
388: --
389: p_screen_entry_value4 := hr_general.decode_lookup
390: (fetched_entry_value.lookup_type,
391: p_screen_entry_value4);
392: --
393: end if;

Line 420: p_screen_entry_value5 := hr_general.decode_lookup

416: --
417: if fetched_entry_value.lookup_type is not null
418: and p_screen_entry_value5 is not null then
419: --
420: p_screen_entry_value5 := hr_general.decode_lookup
421: (fetched_entry_value.lookup_type,
422: p_screen_entry_value5);
423: --
424: end if;

Line 451: p_screen_entry_value6 := hr_general.decode_lookup

447: --
448: if fetched_entry_value.lookup_type is not null
449: and p_screen_entry_value6 is not null then
450: --
451: p_screen_entry_value6 := hr_general.decode_lookup
452: (fetched_entry_value.lookup_type,
453: p_screen_entry_value6);
454: --
455: end if;

Line 482: p_screen_entry_value7 := hr_general.decode_lookup

478: --
479: if fetched_entry_value.lookup_type is not null
480: and p_screen_entry_value7 is not null then
481: --
482: p_screen_entry_value7 := hr_general.decode_lookup
483: (fetched_entry_value.lookup_type,
484: p_screen_entry_value7);
485: --
486: end if;

Line 513: p_screen_entry_value8 := hr_general.decode_lookup

509: --
510: if fetched_entry_value.lookup_type is not null
511: and p_screen_entry_value8 is not null then
512: --
513: p_screen_entry_value8 := hr_general.decode_lookup
514: (fetched_entry_value.lookup_type,
515: p_screen_entry_value8);
516: --
517: end if;

Line 544: p_screen_entry_value9 := hr_general.decode_lookup

540: --
541: if fetched_entry_value.lookup_type is not null
542: and p_screen_entry_value9 is not null then
543: --
544: p_screen_entry_value9 := hr_general.decode_lookup
545: (fetched_entry_value.lookup_type,
546: p_screen_entry_value9);
547: --
548: end if;

Line 575: p_screen_entry_value10 := hr_general.decode_lookup

571: --
572: if fetched_entry_value.lookup_type is not null
573: and p_screen_entry_value10 is not null then
574: --
575: p_screen_entry_value10 := hr_general.decode_lookup
576: (fetched_entry_value.lookup_type,
577: p_screen_entry_value10);
578: --
579: end if;

Line 606: p_screen_entry_value11 := hr_general.decode_lookup

602: --
603: if fetched_entry_value.lookup_type is not null
604: and p_screen_entry_value11 is not null then
605: --
606: p_screen_entry_value11 := hr_general.decode_lookup
607: (fetched_entry_value.lookup_type,
608: p_screen_entry_value11);
609: --
610: end if;

Line 637: p_screen_entry_value12 := hr_general.decode_lookup

633: --
634: if fetched_entry_value.lookup_type is not null
635: and p_screen_entry_value12 is not null then
636: --
637: p_screen_entry_value12 := hr_general.decode_lookup
638: (fetched_entry_value.lookup_type,
639: p_screen_entry_value12);
640: --
641: end if;

Line 668: p_screen_entry_value13 := hr_general.decode_lookup

664: --
665: if fetched_entry_value.lookup_type is not null
666: and p_screen_entry_value13 is not null then
667: --
668: p_screen_entry_value13 := hr_general.decode_lookup
669: (fetched_entry_value.lookup_type,
670: p_screen_entry_value13);
671: --
672: end if;

Line 699: p_screen_entry_value14 := hr_general.decode_lookup

695: --
696: if fetched_entry_value.lookup_type is not null
697: and p_screen_entry_value14 is not null then
698: --
699: p_screen_entry_value14 := hr_general.decode_lookup
700: (fetched_entry_value.lookup_type,
701: p_screen_entry_value14);
702: --
703: end if;

Line 730: p_screen_entry_value15 := hr_general.decode_lookup

726: --
727: if fetched_entry_value.lookup_type is not null
728: and p_screen_entry_value15 is not null then
729: --
730: p_screen_entry_value15 := hr_general.decode_lookup
731: (fetched_entry_value.lookup_type,
732: p_screen_entry_value15);
733: --
734: end if;

Line 843: p_entry_value_tab(p_rows) := hr_general.decode_lookup

839: --
840: if fetched_entry_value.lookup_type is not null
841: and p_entry_value_tab(p_rows) is not null then
842: --
843: p_entry_value_tab(p_rows) := hr_general.decode_lookup
844: (fetched_entry_value.lookup_type,
845: p_entry_value_tab(p_rows));
846: --
847: end if;