DBA Data[Home] [Help]

APPS.AMS_LISTSOURCETYPE_PVT dependencies on STANDARD

Line 1661: -- x_return_status: standard return status out param

1657: --
1658: -- PARAMETERS
1659: -- p_listsrctype_rec: the data source record
1660: -- p_validation_level: the API validation level
1661: -- x_return_status: standard return status out param
1662: ---------------------------------------------------------------------
1663: PROCEDURE generate_source_fields (
1664: p_listsrctype_rec IN ListSourceType_Rec_Type,
1665: p_validation_level IN NUMBER,

Line 1738: -- Standard call to get message count and if count=1, get the message

1734: EXCEPTION
1735: WHEN FND_API.G_EXC_ERROR THEN
1736: ROLLBACK TO generate_source_fields;
1737: x_return_status := FND_API.G_RET_STS_ERROR;
1738: -- Standard call to get message count and if count=1, get the message
1739: FND_MSG_PUB.Count_And_Get (
1740: p_encoded => FND_API.G_FALSE,
1741: p_count => x_msg_count,
1742: p_data => x_msg_data