DBA Data[Home] [Help]

APPS.AMS_LISTSOURCETYPE_PVT dependencies on STANDARD

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

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

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

1725: EXCEPTION
1726: WHEN FND_API.G_EXC_ERROR THEN
1727: ROLLBACK TO generate_source_fields;
1728: x_return_status := FND_API.G_RET_STS_ERROR;
1729: -- Standard call to get message count and if count=1, get the message
1730: FND_MSG_PUB.Count_And_Get (
1731: p_encoded => FND_API.G_FALSE,
1732: p_count => x_msg_count,
1733: p_data => x_msg_data