DBA Data[Home] [Help]

APPS.HR_GB_PROCESS_P11D_ENTRIES_PKG dependencies on PAY_CORE_UTILS

Line 552: pay_core_utils.push_message(l_application_id, p_message, p_stack_level);

548: from fnd_application
549: where APPLICATION_SHORT_NAME = p_application;
550: end if;
551:
552: pay_core_utils.push_message(l_application_id, p_message, p_stack_level);
553: --
554: if p_token_name1 is not null and p_token_value1 is not null
555: then
556: pay_core_utils.push_token(p_token_name1, p_token_value1);

Line 556: pay_core_utils.push_token(p_token_name1, p_token_value1);

552: pay_core_utils.push_message(l_application_id, p_message, p_stack_level);
553: --
554: if p_token_name1 is not null and p_token_value1 is not null
555: then
556: pay_core_utils.push_token(p_token_name1, p_token_value1);
557: end if;
558: --
559: if p_token_name2 is not null and p_token_value2 is not null
560: then

Line 561: pay_core_utils.push_token(p_token_name2, p_token_value2);

557: end if;
558: --
559: if p_token_name2 is not null and p_token_value2 is not null
560: then
561: pay_core_utils.push_token(p_token_name2, p_token_value2);
562: end if;
563: --
564: if p_token_name3 is not null and p_token_value3 is not null
565: then

Line 566: pay_core_utils.push_token(p_token_name3, p_token_value3);

562: end if;
563: --
564: if p_token_name3 is not null and p_token_value3 is not null
565: then
566: pay_core_utils.push_token(p_token_name3, p_token_value3);
567: end if;
568: --
569: if p_token_name4 is not null and p_token_value4 is not null
570: then

Line 571: pay_core_utils.push_token(p_token_name4, p_token_value4);

567: end if;
568: --
569: if p_token_name4 is not null and p_token_value4 is not null
570: then
571: pay_core_utils.push_token(p_token_name4, p_token_value4);
572: end if;
573: --
574: if p_token_name5 is not null and p_token_value5 is not null
575: then

Line 576: pay_core_utils.push_token(p_token_name5, p_token_value5);

572: end if;
573: --
574: if p_token_name5 is not null and p_token_value5 is not null
575: then
576: pay_core_utils.push_token(p_token_name5, p_token_value5);
577: end if;
578: --
579: -- The above pushed the message into the stack
580: -- Now Just return the message to ff : name itself if the text is NULL,