DBA Data[Home] [Help]

APPS.HR_GB_PROCESS_P11D_ENTRIES_PKG dependencies on PAY_CORE_UTILS

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

540: from fnd_application
541: where APPLICATION_SHORT_NAME = p_application;
542: end if;
543:
544: pay_core_utils.push_message(l_application_id, p_message, p_stack_level);
545: --
546: if p_token_name1 is not null and p_token_value1 is not null
547: then
548: pay_core_utils.push_token(p_token_name1, p_token_value1);

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

544: pay_core_utils.push_message(l_application_id, p_message, p_stack_level);
545: --
546: if p_token_name1 is not null and p_token_value1 is not null
547: then
548: pay_core_utils.push_token(p_token_name1, p_token_value1);
549: end if;
550: --
551: if p_token_name2 is not null and p_token_value2 is not null
552: then

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

549: end if;
550: --
551: if p_token_name2 is not null and p_token_value2 is not null
552: then
553: pay_core_utils.push_token(p_token_name2, p_token_value2);
554: end if;
555: --
556: if p_token_name3 is not null and p_token_value3 is not null
557: then

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

554: end if;
555: --
556: if p_token_name3 is not null and p_token_value3 is not null
557: then
558: pay_core_utils.push_token(p_token_name3, p_token_value3);
559: end if;
560: --
561: if p_token_name4 is not null and p_token_value4 is not null
562: then

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

559: end if;
560: --
561: if p_token_name4 is not null and p_token_value4 is not null
562: then
563: pay_core_utils.push_token(p_token_name4, p_token_value4);
564: end if;
565: --
566: if p_token_name5 is not null and p_token_value5 is not null
567: then

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

564: end if;
565: --
566: if p_token_name5 is not null and p_token_value5 is not null
567: then
568: pay_core_utils.push_token(p_token_name5, p_token_value5);
569: end if;
570: --
571: -- The above pushed the message into the stack
572: -- Now Just return the message to ff : name itself if the text is NULL,