113: parameter1 => p_payment_instruction_id
114: );
115:
116:
117: -- Standard check of p_commit
118: if fnd_api.to_Boolean(p_commit) then
119: COMMIT WORK;
120: end if;
121:
118: if fnd_api.to_Boolean(p_commit) then
119: COMMIT WORK;
120: end if;
121:
122: -- Standard call to get message count and if count is 1, get message info.
123: fnd_msg_pub.count_and_get(
124: p_count => x_msg_count,
125: p_data => x_msg_data);
126: