DBA Data[Home] [Help]

APPS.HZ_PAYMENT_METHOD_PUB dependencies on STANDARD

Line 114: -- standard call to get message count and if count is 1, get message info.

110: p_operation => 'I',
111: p_cust_receipt_method_id => x_cust_receipt_method_id);
112: END IF;
113:
114: -- standard call to get message count and if count is 1, get message info.
115: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
116: p_count => x_msg_count,
117: p_data => x_msg_data);
118:

Line 296: -- standard call to get message count and if count is 1, get message info.

292: p_operation => 'U',
293: p_cust_receipt_method_id => p_payment_method_rec.cust_receipt_method_id);
294: END IF;
295:
296: -- standard call to get message count and if count is 1, get message info.
297: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
298: p_count => x_msg_count,
299: p_data => x_msg_data);
300: