DBA Data[Home] [Help]

APPS.IRC_IID_BUS dependencies on IRC_IID_SHD

Line 8: (p_rec in irc_iid_shd.g_rec_type

4: -- ----------------------------------------------------------------------------
5: -- |---------------------------< chk_status >---------------------------------|
6: -- ----------------------------------------------------------------------------
7: Procedure chk_status
8: (p_rec in irc_iid_shd.g_rec_type
9: ,p_effective_date in date
10: );
11: --
12: --

Line 17: (p_rec in irc_iid_shd.g_rec_type

13: -- ----------------------------------------------------------------------------
14: -- |---------------------------< chk_result >---------------------------------|
15: -- ----------------------------------------------------------------------------
16: Procedure chk_result
17: (p_rec in irc_iid_shd.g_rec_type
18: ,p_effective_date in date
19: );
20: --
21: ---- ----------------------------------------------------------------------------

Line 25: (p_rec in irc_iid_shd.g_rec_type

21: ---- ----------------------------------------------------------------------------
22: -- |---------------------------< chk_completed >--------------------------------|
23: -- ----------------------------------------------------------------------------
24: Procedure chk_completed
25: (p_rec in irc_iid_shd.g_rec_type
26: ,p_effective_date in date
27: );
28: ---
29: ----------------------------------------------------------------------------

Line 41: (p_rec in irc_iid_shd.g_rec_type

37: -- ----------------------------------------------------------------------------
38: -- |---------------------------< chk_event_id >-------------------------------|
39: -- ----------------------------------------------------------------------------
40: Procedure chk_event_id
41: (p_rec in irc_iid_shd.g_rec_type
42: );
43: --
44: -- ----------------------------------------------------------------------------
45: -- |---------------------------< insert_validate >----------------------------|

Line 77: (p_rec in irc_iid_shd.g_rec_type

73: --
74: -- {End Of Comments}
75: -- ----------------------------------------------------------------------------
76: Procedure insert_validate
77: (p_rec in irc_iid_shd.g_rec_type
78: ,p_effective_date in date
79: ,p_datetrack_mode in varchar2
80: ,p_validation_start_date in date
81: ,p_validation_end_date in date

Line 117: (p_rec in irc_iid_shd.g_rec_type

113: --
114: -- {End Of Comments}
115: -- ----------------------------------------------------------------------------
116: Procedure update_validate
117: (p_rec in irc_iid_shd.g_rec_type
118: ,p_effective_date in date
119: ,p_datetrack_mode in varchar2
120: ,p_validation_start_date in date
121: ,p_validation_end_date in date