DBA Data[Home] [Help]

APPS.ASO_PAYMENT_INT dependencies on STANDARD

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

609:
610: x_payment_rec := l_payment_rec;
611:
612:
613: -- Standard call to get message count and if count is 1, get message info.
614: FND_MSG_PUB.Count_And_Get
615: ( p_count => x_msg_count,
616: p_data => x_msg_data
617: );

Line 1437: -- Standard check for p_commit

1433:
1434: -- End API Body
1435:
1436:
1437: -- Standard check for p_commit
1438: /*IF FND_API.to_Boolean( p_commit )
1439: THEN
1440: COMMIT WORK;
1441: END IF; */

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

1439: THEN
1440: COMMIT WORK;
1441: END IF; */
1442:
1443: -- Standard call to get message count and if count is 1, get message info.
1444: FND_MSG_PUB.Count_And_Get
1445: ( p_count => x_msg_count,
1446: p_data => x_msg_data
1447: );

Line 1591: -- Standard check for p_commit

1587: end if;
1588:
1589: ASO_PAYMENTS_PKG.Delete_Row(p_PAYMENT_ID => p_payment_rec.PAYMENT_ID);
1590:
1591: -- Standard check for p_commit
1592: /*IF FND_API.to_Boolean( p_commit )
1593: THEN
1594: COMMIT WORK;
1595: END IF; */

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

1593: THEN
1594: COMMIT WORK;
1595: END IF; */
1596:
1597: -- Standard call to get message count and if count is 1, get message info.
1598: FND_MSG_PUB.Count_And_Get
1599: ( p_count => x_msg_count,
1600: p_data => x_msg_data
1601: );