DBA Data[Home] [Help]

APPS.IBE_PAYMENT_INT_PVT dependencies on STANDARD

Line 83: -- standard start of API savepoint

79: --IBE_UTIL.enable_debug();
80: IF (l_debugon = l_true) THEN
81: IBE_UTIL.debug('enter IBE_PAYMENT_INT_PVT.save_credit_card');
82: END IF;
83: -- standard start of API savepoint
84: SAVEPOINT save_credit_card;
85:
86: IF NOT FND_API.compatible_api_call(l_api_version,
87: p_api_version,

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

461: IF FND_API.to_boolean(p_commit) THEN
462: commit;
463: END IF;
464:
465: -- standard call to get message count and if count is 1, get message info
466: FND_MSG_PUB.count_and_get(
467: p_encoded => FND_API.G_FALSE,
468: p_count => x_msg_count,
469: p_data => x_msg_data );