DBA Data[Home] [Help]

APPS.IRC_IPC_INS dependencies on IRC_POSTING_CONTENTS

Line 87: -- Insert the row into: irc_posting_contents

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: irc_ipc_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: irc_posting_contents
88: --
89: insert into irc_posting_contents
90: (posting_content_id
91: ,display_manager_info

Line 89: insert into irc_posting_contents

85: irc_ipc_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: irc_posting_contents
88: --
89: insert into irc_posting_contents
90: (posting_content_id
91: ,display_manager_info
92: ,display_recruiter_info
93: ,attribute_category

Line 309: Cursor C_Sel1 is select irc_posting_contents_s.nextval from sys.dual;

305: Procedure pre_insert
306: (p_rec in out nocopy irc_ipc_shd.g_rec_type
307: ) is
308: --
309: Cursor C_Sel1 is select irc_posting_contents_s.nextval from sys.dual;
310: --
311: Cursor C_Sel2 is
312: Select null
313: from irc_posting_contents

Line 313: from irc_posting_contents

309: Cursor C_Sel1 is select irc_posting_contents_s.nextval from sys.dual;
310: --
311: Cursor C_Sel2 is
312: Select null
313: from irc_posting_contents
314: where posting_content_id =
315: irc_ipc_ins.g_posting_content_id_i;
316: --
317: l_proc varchar2(72) := g_package||'pre_insert';

Line 335: fnd_message.set_token('TABLE_NAME','irc_posting_contents');

331: --
332: -- The primary key values are already in use.
333: --
334: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
335: fnd_message.set_token('TABLE_NAME','irc_posting_contents');
336: fnd_message.raise_error;
337: End If;
338: Close C_Sel2;
339: --

Line 556: (p_module_name => 'IRC_POSTING_CONTENTS'

552: --
553: when hr_api.cannot_find_prog_unit then
554: --
555: hr_api.cannot_find_prog_unit_error
556: (p_module_name => 'IRC_POSTING_CONTENTS'
557: ,p_hook_type => 'AI');
558: --
559: end;
560: --