DBA Data[Home] [Help]

APPS.ASO_PAYMENT_INT dependencies on STANDARD

Line 621: -- Standard call to get message count and if count is 1, get message info.

617:
618: x_payment_rec := l_payment_rec;
619:
620:
621: -- Standard call to get message count and if count is 1, get message info.
622: FND_MSG_PUB.Count_And_Get
623: ( p_count => x_msg_count,
624: p_data => x_msg_data
625: );

Line 1535: -- Standard check for p_commit

1531:
1532: -- End API Body
1533:
1534:
1535: -- Standard check for p_commit
1536: /*IF FND_API.to_Boolean( p_commit )
1537: THEN
1538: COMMIT WORK;
1539: END IF; */

Line 1541: -- Standard call to get message count and if count is 1, get message info.

1537: THEN
1538: COMMIT WORK;
1539: END IF; */
1540:
1541: -- Standard call to get message count and if count is 1, get message info.
1542: FND_MSG_PUB.Count_And_Get
1543: ( p_count => x_msg_count,
1544: p_data => x_msg_data
1545: );

Line 1689: -- Standard check for p_commit

1685: end if;
1686:
1687: ASO_PAYMENTS_PKG.Delete_Row(p_PAYMENT_ID => p_payment_rec.PAYMENT_ID);
1688:
1689: -- Standard check for p_commit
1690: /*IF FND_API.to_Boolean( p_commit )
1691: THEN
1692: COMMIT WORK;
1693: END IF; */

Line 1695: -- Standard call to get message count and if count is 1, get message info.

1691: THEN
1692: COMMIT WORK;
1693: END IF; */
1694:
1695: -- Standard call to get message count and if count is 1, get message info.
1696: FND_MSG_PUB.Count_And_Get
1697: ( p_count => x_msg_count,
1698: p_data => x_msg_data
1699: );