DBA Data[Home] [Help]

APPS.PQH_BRE_BUS dependencies on HR_MULTI_MESSAGE

Line 84: hr_multi_message.add

80: --
81: -- The primary key is invalid therefore we must error
82: --
83: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
84: hr_multi_message.add
85: (p_associated_column1
86: => nvl(p_associated_column1,'POOL_ID')
87: );
88: --

Line 109: hr_multi_message.add

105: --
106: -- The primary key is invalid therefore we must error
107: --
108: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
109: hr_multi_message.add
110: (p_associated_column1
111: => nvl(p_associated_column1,'txn_detail_id')
112: );
113: --