DBA Data[Home] [Help]

APPS.PAY_PAYWSLEE_PKG dependencies on HR_GENERAL

Line 282: p_screen_entry_value1 := hr_general.decode_lookup

278: --
279: if fetched_entry_value.lookup_type is not null
280: and p_screen_entry_value1 is not null then
281: --
282: p_screen_entry_value1 := hr_general.decode_lookup
283: (fetched_entry_value.lookup_type,
284: p_screen_entry_value1);
285: --
286: end if;

Line 313: p_screen_entry_value2 := hr_general.decode_lookup

309: --
310: if fetched_entry_value.lookup_type is not null
311: and p_screen_entry_value2 is not null then
312: --
313: p_screen_entry_value2 := hr_general.decode_lookup
314: (fetched_entry_value.lookup_type,
315: p_screen_entry_value2);
316: --
317: end if;

Line 344: p_screen_entry_value3 := hr_general.decode_lookup

340: --
341: if fetched_entry_value.lookup_type is not null
342: and p_screen_entry_value3 is not null then
343: --
344: p_screen_entry_value3 := hr_general.decode_lookup
345: (fetched_entry_value.lookup_type,
346: p_screen_entry_value3);
347: --
348: end if;

Line 375: p_screen_entry_value4 := hr_general.decode_lookup

371: --
372: if fetched_entry_value.lookup_type is not null
373: and p_screen_entry_value4 is not null then
374: --
375: p_screen_entry_value4 := hr_general.decode_lookup
376: (fetched_entry_value.lookup_type,
377: p_screen_entry_value4);
378: --
379: end if;

Line 406: p_screen_entry_value5 := hr_general.decode_lookup

402: --
403: if fetched_entry_value.lookup_type is not null
404: and p_screen_entry_value5 is not null then
405: --
406: p_screen_entry_value5 := hr_general.decode_lookup
407: (fetched_entry_value.lookup_type,
408: p_screen_entry_value5);
409: --
410: end if;

Line 437: p_screen_entry_value6 := hr_general.decode_lookup

433: --
434: if fetched_entry_value.lookup_type is not null
435: and p_screen_entry_value6 is not null then
436: --
437: p_screen_entry_value6 := hr_general.decode_lookup
438: (fetched_entry_value.lookup_type,
439: p_screen_entry_value6);
440: --
441: end if;

Line 468: p_screen_entry_value7 := hr_general.decode_lookup

464: --
465: if fetched_entry_value.lookup_type is not null
466: and p_screen_entry_value7 is not null then
467: --
468: p_screen_entry_value7 := hr_general.decode_lookup
469: (fetched_entry_value.lookup_type,
470: p_screen_entry_value7);
471: --
472: end if;

Line 499: p_screen_entry_value8 := hr_general.decode_lookup

495: --
496: if fetched_entry_value.lookup_type is not null
497: and p_screen_entry_value8 is not null then
498: --
499: p_screen_entry_value8 := hr_general.decode_lookup
500: (fetched_entry_value.lookup_type,
501: p_screen_entry_value8);
502: --
503: end if;

Line 530: p_screen_entry_value9 := hr_general.decode_lookup

526: --
527: if fetched_entry_value.lookup_type is not null
528: and p_screen_entry_value9 is not null then
529: --
530: p_screen_entry_value9 := hr_general.decode_lookup
531: (fetched_entry_value.lookup_type,
532: p_screen_entry_value9);
533: --
534: end if;

Line 561: p_screen_entry_value10 := hr_general.decode_lookup

557: --
558: if fetched_entry_value.lookup_type is not null
559: and p_screen_entry_value10 is not null then
560: --
561: p_screen_entry_value10 := hr_general.decode_lookup
562: (fetched_entry_value.lookup_type,
563: p_screen_entry_value10);
564: --
565: end if;

Line 592: p_screen_entry_value11 := hr_general.decode_lookup

588: --
589: if fetched_entry_value.lookup_type is not null
590: and p_screen_entry_value11 is not null then
591: --
592: p_screen_entry_value11 := hr_general.decode_lookup
593: (fetched_entry_value.lookup_type,
594: p_screen_entry_value11);
595: --
596: end if;

Line 623: p_screen_entry_value12 := hr_general.decode_lookup

619: --
620: if fetched_entry_value.lookup_type is not null
621: and p_screen_entry_value12 is not null then
622: --
623: p_screen_entry_value12 := hr_general.decode_lookup
624: (fetched_entry_value.lookup_type,
625: p_screen_entry_value12);
626: --
627: end if;

Line 654: p_screen_entry_value13 := hr_general.decode_lookup

650: --
651: if fetched_entry_value.lookup_type is not null
652: and p_screen_entry_value13 is not null then
653: --
654: p_screen_entry_value13 := hr_general.decode_lookup
655: (fetched_entry_value.lookup_type,
656: p_screen_entry_value13);
657: --
658: end if;

Line 685: p_screen_entry_value14 := hr_general.decode_lookup

681: --
682: if fetched_entry_value.lookup_type is not null
683: and p_screen_entry_value14 is not null then
684: --
685: p_screen_entry_value14 := hr_general.decode_lookup
686: (fetched_entry_value.lookup_type,
687: p_screen_entry_value14);
688: --
689: end if;

Line 716: p_screen_entry_value15 := hr_general.decode_lookup

712: --
713: if fetched_entry_value.lookup_type is not null
714: and p_screen_entry_value15 is not null then
715: --
716: p_screen_entry_value15 := hr_general.decode_lookup
717: (fetched_entry_value.lookup_type,
718: p_screen_entry_value15);
719: --
720: end if;

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

811: --
812: if fetched_entry_value.lookup_type is not null
813: and p_entry_value_tab(p_rows) is not null then
814: --
815: p_entry_value_tab(p_rows) := hr_general.decode_lookup
816: (fetched_entry_value.lookup_type,
817: p_entry_value_tab(p_rows));
818: --
819: end if;