DBA Data[Home] [Help]

APPS.IRC_IPC_DEL dependencies on IRC_POSTING_CONTENTS

Line 62: -- Delete the irc_posting_contents row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: irc_ipc_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the irc_posting_contents row.
63: --
64: delete from irc_posting_contents
65: where posting_content_id = p_rec.posting_content_id;
66: --

Line 64: delete from irc_posting_contents

60: irc_ipc_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the irc_posting_contents row.
63: --
64: delete from irc_posting_contents
65: where posting_content_id = p_rec.posting_content_id;
66: --
67: irc_ipc_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 320: (p_module_name => 'IRC_POSTING_CONTENTS'

316: --
317: when hr_api.cannot_find_prog_unit then
318: --
319: hr_api.cannot_find_prog_unit_error
320: (p_module_name => 'IRC_POSTING_CONTENTS'
321: ,p_hook_type => 'AD');
322: --
323: end;
324: --