DBA Data[Home] [Help]

APPS.IRC_CMC_BUS dependencies on IRC_COMMUNICATIONS

Line 84: -- communication_id number(15) PK of irc_communications

80: -- None.
81: --
82: -- In Parameters:
83: -- status varchar2(50) communication status
84: -- communication_id number(15) PK of irc_communications
85: -- effective_date date date record effective
86: -- object_version_number number(9) version of row
87: --
88: -- Post Success:

Line 130: (p_object_id in irc_communications.object_id%TYPE,

126: --
127: -- {End Of Comments}
128: -- ----------------------------------------------------------------------------
129: Procedure chk_object_id
130: (p_object_id in irc_communications.object_id%TYPE,
131: p_object_type in irc_communications.object_type%TYPE
132: ) ;
133: --
134: -- ----------------------------------------------------------------------------

Line 131: p_object_type in irc_communications.object_type%TYPE

127: -- {End Of Comments}
128: -- ----------------------------------------------------------------------------
129: Procedure chk_object_id
130: (p_object_id in irc_communications.object_id%TYPE,
131: p_object_type in irc_communications.object_type%TYPE
132: ) ;
133: --
134: -- ----------------------------------------------------------------------------
135: -- |-----------------------------< chk_object_type >-----------------------------|

Line 159: (p_object_type in irc_communications.object_type%TYPE

155: --
156: -- {End Of Comments}
157: -- ----------------------------------------------------------------------------
158: Procedure chk_object_type
159: (p_object_type in irc_communications.object_type%TYPE
160: ) ;
161: --
162: -- ----------------------------------------------------------------------------
163: -- |---------------------------< insert_update_validate >----------------------------|