DBA Data[Home] [Help]

APPS.IRC_IPC_BUS dependencies on IRC_POSTING_CONTENTS

Line 303: ,p_descflex_name => 'IRC_POSTING_CONTENTS'

299: -- b) During insert.
300: --
301: hr_dflex_utility.ins_or_upd_descflex_attribs
302: (p_appl_short_name => 'PER'
303: ,p_descflex_name => 'IRC_POSTING_CONTENTS'
304: ,p_attribute_category => p_rec.attribute_category
305: ,p_attribute1_name => 'ATTRIBUTE1'
306: ,p_attribute1_value => p_rec.attribute1
307: ,p_attribute2_name => 'ATTRIBUTE2'

Line 451: p_display_manager_info in irc_posting_contents.display_manager_info%TYPE

447: -- ----------------------------------------------------------------------------
448: --
449: Procedure chk_display_manager_info
450: (
451: p_display_manager_info in irc_posting_contents.display_manager_info%TYPE
452: ,p_posting_content_id in irc_posting_contents.posting_content_id%TYPE
453: ,p_object_version_number in irc_posting_contents.object_version_number%TYPE
454: )
455: is

Line 452: ,p_posting_content_id in irc_posting_contents.posting_content_id%TYPE

448: --
449: Procedure chk_display_manager_info
450: (
451: p_display_manager_info in irc_posting_contents.display_manager_info%TYPE
452: ,p_posting_content_id in irc_posting_contents.posting_content_id%TYPE
453: ,p_object_version_number in irc_posting_contents.object_version_number%TYPE
454: )
455: is
456: l_proc varchar2(72) := g_package || 'chk_display_manager_info';

Line 453: ,p_object_version_number in irc_posting_contents.object_version_number%TYPE

449: Procedure chk_display_manager_info
450: (
451: p_display_manager_info in irc_posting_contents.display_manager_info%TYPE
452: ,p_posting_content_id in irc_posting_contents.posting_content_id%TYPE
453: ,p_object_version_number in irc_posting_contents.object_version_number%TYPE
454: )
455: is
456: l_proc varchar2(72) := g_package || 'chk_display_manager_info';
457: l_api_updating boolean;

Line 488: (p_associated_column1 => 'IRC_POSTING_CONTENTS.DISPLAY_MANAGER_INFO'

484: hr_utility.set_location(' Leaving:'||l_proc,45);
485: exception
486: when app_exception.application_exception then
487: if hr_multi_message.exception_add
488: (p_associated_column1 => 'IRC_POSTING_CONTENTS.DISPLAY_MANAGER_INFO'
489: )then
490: hr_utility.set_location(' Leaving:'||l_proc, 50);
491: raise;
492: end if;

Line 526: p_display_recruiter_info in irc_posting_contents.display_recruiter_info%TYPE

522: -- ----------------------------------------------------------------------------
523: --
524: Procedure chk_display_recruiter_info
525: (
526: p_display_recruiter_info in irc_posting_contents.display_recruiter_info%TYPE
527: ,p_posting_content_id in irc_posting_contents.posting_content_id%TYPE
528: ,p_object_version_number in irc_posting_contents.object_version_number%TYPE
529: )
530: is

Line 527: ,p_posting_content_id in irc_posting_contents.posting_content_id%TYPE

523: --
524: Procedure chk_display_recruiter_info
525: (
526: p_display_recruiter_info in irc_posting_contents.display_recruiter_info%TYPE
527: ,p_posting_content_id in irc_posting_contents.posting_content_id%TYPE
528: ,p_object_version_number in irc_posting_contents.object_version_number%TYPE
529: )
530: is
531: l_proc varchar2(72) := g_package || 'chk_display_recruiter_info';

Line 528: ,p_object_version_number in irc_posting_contents.object_version_number%TYPE

524: Procedure chk_display_recruiter_info
525: (
526: p_display_recruiter_info in irc_posting_contents.display_recruiter_info%TYPE
527: ,p_posting_content_id in irc_posting_contents.posting_content_id%TYPE
528: ,p_object_version_number in irc_posting_contents.object_version_number%TYPE
529: )
530: is
531: l_proc varchar2(72) := g_package || 'chk_display_recruiter_info';
532: l_api_updating boolean;

Line 563: (p_associated_column1 => 'IRC_POSTING_CONTENTS.DISPLAY_RECRUITER_INFO'

559: hr_utility.set_location(' Leaving:'||l_proc,45);
560: exception
561: when app_exception.application_exception then
562: if hr_multi_message.exception_add
563: (p_associated_column1 => 'IRC_POSTING_CONTENTS.DISPLAY_RECRUITER_INFO'
564: )then
565: hr_utility.set_location(' Leaving:'||l_proc, 50);
566: raise;
567: end if;

Line 596: (p_posting_content_id in irc_posting_contents.posting_content_id%TYPE

592: -- Access Status
593: -- Internal table handler use only.
594: --
595: Procedure chk_posting_content_delete
596: (p_posting_content_id in irc_posting_contents.posting_content_id%TYPE
597: )
598: is
599: --
600: l_proc varchar2(72) := g_package||'chk_posting_content_delete';

Line 631: (p_associated_column1 => 'IRC_POSTING_CONTENTS.POSTING_CONTENT_ID'

627: hr_utility.set_location(l_proc,30);
628: exception
629: when app_exception.application_exception then
630: if hr_multi_message.exception_add
631: (p_associated_column1 => 'IRC_POSTING_CONTENTS.POSTING_CONTENT_ID'
632: )then
633: hr_utility.set_location(l_proc,40);
634: raise;
635: end if;