DBA Data[Home] [Help]

APPS.FF_CON_BUS dependencies on FF_CON_SHD

Line 13: Procedure insert_validate(p_rec in ff_con_shd.g_rec_type) is

9: --
10: -- ----------------------------------------------------------------------------
11: -- |---------------------------< insert_validate >----------------------------|
12: -- ----------------------------------------------------------------------------
13: Procedure insert_validate(p_rec in ff_con_shd.g_rec_type) is
14: --
15: l_proc varchar2(72) := g_package||'insert_validate';
16: l_context_id number;
17: --

Line 40: ff_con_shd.constraint_error('FF_ARCHIVE_ITEM_CONTEXT_FK2');

36: hr_utility.set_location(' Leaving:'||l_proc, 10);
37: Exception when no_data_found then
38: --
39: -- Raise error although FK does not exist.
40: ff_con_shd.constraint_error('FF_ARCHIVE_ITEM_CONTEXT_FK2');
41: --
42: End insert_validate;
43: --
44: -- ----------------------------------------------------------------------------

Line 47: Procedure update_validate(p_rec in ff_con_shd.g_rec_type) is

43: --
44: -- ----------------------------------------------------------------------------
45: -- |---------------------------< update_validate >----------------------------|
46: -- ----------------------------------------------------------------------------
47: Procedure update_validate(p_rec in ff_con_shd.g_rec_type) is
48: --
49: l_proc varchar2(72) := g_package||'update_validate';
50: --
51: Begin

Line 64: Procedure delete_validate(p_rec in ff_con_shd.g_rec_type) is

60: --
61: -- ----------------------------------------------------------------------------
62: -- |---------------------------< delete_validate >----------------------------|
63: -- ----------------------------------------------------------------------------
64: Procedure delete_validate(p_rec in ff_con_shd.g_rec_type) is
65: --
66: l_proc varchar2(72) := g_package||'delete_validate';
67: --
68: Begin