DBA Data[Home] [Help]

APPS.AMS_ACTMETRIC_PUB dependencies on AMS_ACTMETRIC_PVT

Line 10: * PACKAGE AMS_ACTMETRIC_PVT

6: *
7: * Note: The activity metrics record type is used as an input parameter for
8: * create and update methods.
9: *
10: * PACKAGE AMS_ACTMETRIC_PVT
11: * TYPE act_metric_rec_type is RECORD (
12: * activity_metric_id NUMBER,
13: * last_update_date DATE,
14: * last_updated_by NUMBER,

Line 150: * @param p_act_metric_rec Record of type AMS_ACTMETRIC_PVT.ACT_METRIC_REC_TYPE

146: * @param x_msg_count Count of the number of error messages in the list.
147: * @param x_msg_data Error messages returned by the API. If more than
148: * one message is returned, this parameter is null and
149: * messages can be extracted from the message stack.
150: * @param p_act_metric_rec Record of type AMS_ACTMETRIC_PVT.ACT_METRIC_REC_TYPE
151: * that takes the details for the Activity Metric.
152: * @param x_activity_metric_id Unique identifier for the newly created
153: * Activity Metric.
154: * @rep:scope public

Line 168: p_act_metric_rec IN AMS_ActMetric_PVT.act_metric_rec_type,

164: x_return_status OUT NOCOPY VARCHAR2,
165: x_msg_count OUT NOCOPY NUMBER,
166: x_msg_data OUT NOCOPY VARCHAR2,
167:
168: p_act_metric_rec IN AMS_ActMetric_PVT.act_metric_rec_type,
169: x_activity_metric_id OUT NOCOPY NUMBER
170: );
171:
172:

Line 301: * @param p_act_metric_rec Record of type AMS_ACTMETRIC_PVT.ACT_METRIC_REC_TYPE

297: * @param x_msg_count Count of the number of error messages in the list.
298: * @param x_msg_data Error messages returned by the API. If more than one
299: * message is returned, this parameter is null and
300: * messages can be extracted from the message stack.
301: * @param p_act_metric_rec Record of type AMS_ACTMETRIC_PVT.ACT_METRIC_REC_TYPE
302: * that takes the details for the Activity Metric.
303: * @rep:scope public
304: * @rep:lifecycle active
305: * @rep:displayname Update Activity Metric

Line 317: p_act_metric_rec IN AMS_ActMetric_PVT.act_metric_rec_type

313: x_return_status OUT NOCOPY VARCHAR2,
314: x_msg_count OUT NOCOPY NUMBER,
315: x_msg_data OUT NOCOPY VARCHAR2,
316:
317: p_act_metric_rec IN AMS_ActMetric_PVT.act_metric_rec_type
318: );
319:
320:
321: ---------------------------------------------------------------------

Line 344: p_act_metric_rec IN AMS_ActMetric_PVT.act_metric_rec_type

340: x_return_status OUT NOCOPY VARCHAR2,
341: x_msg_count OUT NOCOPY NUMBER,
342: x_msg_data OUT NOCOPY VARCHAR2,
343:
344: p_act_metric_rec IN AMS_ActMetric_PVT.act_metric_rec_type
345: );
346:
347: ---------------------------------------------------------------------
348: -- PROCEDURE