DBA Data[Home] [Help]

APPS.AMS_CAMPAIGN_PUB dependencies on AMS_CAMPAIGN_PVT

Line 167: * @param p_camp_rec Record of type AMS_Campaign_PVT.camp_rec_type that takes in the details for the Campaign.

163: * @param p_api_version This must match the version number of the API. An unexepcted error is returned if the calling program version number is incompatible with the current API version number.
164: * @param p_init_msg_list Flag to indicate if the message stack should be initialized.
165: * @param p_commit Flag to indicate if changes should be comitted on success.
166: * @param p_validation_level Level of validation required. None: No validation will be performed. Full: Item and record level validation will be performed.
167: * @param p_camp_rec Record of type AMS_Campaign_PVT.camp_rec_type that takes in the details for the Campaign.
168: * @param x_return_status Indicates the return status of the API. The values are one of the following:
169: * FND_API.G_RET_STS_SUCCESS: Indicates the API call was successful;
170: * FND_API.G_RET_STS_ERROR: Indicates there was a validation error or a missing data error;
171: * FND_API.G_RET_STS_UNEXP_ERROR: Indicates the calling program encountered an unxpected or unhandled error.

Line 190: p_camp_rec IN AMS_Campaign_PVT.camp_rec_type,

186: x_return_status OUT NOCOPY VARCHAR2,
187: x_msg_count OUT NOCOPY NUMBER,
188: x_msg_data OUT NOCOPY VARCHAR2,
189:
190: p_camp_rec IN AMS_Campaign_PVT.camp_rec_type,
191: x_camp_id OUT NOCOPY NUMBER
192: );
193:
194:

Line 277: * @param p_camp_rec Record of type AMS_Campaign_PVT.camp_rec_type that takes in the details for the Campaign.

273: * @param p_api_version This must match the version number of the API. An unexepcted error is returned if the calling program version number is incompatible with the current API version number.
274: * @param p_init_msg_list Flag to indicate if the message stack should be initialized.
275: * @param p_commit Flag to indicate if changes should be comitted on success.
276: * @param p_validation_level Level of validation required. None: No validation will be performed. Full: Item and record level validation will be performed.
277: * @param p_camp_rec Record of type AMS_Campaign_PVT.camp_rec_type that takes in the details for the Campaign.
278: * @param x_return_status Indicates the return status of the API. The values are one of the following:
279: * FND_API.G_RET_STS_SUCCESS: Indicates the API call was successful;
280: * FND_API.G_RET_STS_ERROR: Indicates there was a validation error or a missing data error;
281: * FND_API.G_RET_STS_UNEXP_ERROR: Indicates the calling program encountered an unxpected or unhandled error.

Line 299: p_camp_rec IN AMS_Campaign_PVT.camp_rec_type

295: x_return_status OUT NOCOPY VARCHAR2,
296: x_msg_count OUT NOCOPY NUMBER,
297: x_msg_data OUT NOCOPY VARCHAR2,
298:
299: p_camp_rec IN AMS_Campaign_PVT.camp_rec_type
300: );
301:
302:
303: ---------------------------------------------------------------------

Line 326: p_camp_rec IN AMS_Campaign_PVT.camp_rec_type

322: x_return_status OUT NOCOPY VARCHAR2,
323: x_msg_count OUT NOCOPY NUMBER,
324: x_msg_data OUT NOCOPY VARCHAR2,
325:
326: p_camp_rec IN AMS_Campaign_PVT.camp_rec_type
327: );
328:
329:
330: END AMS_Campaign_PUB;