DBA Data[Home] [Help]

APPS.CZ_MODELOPERATIONS_PUB dependencies on STANDARD

Line 1532: -- standard call to check for call compatibility

1528: l_dummy_nbr NUMBER;
1529: l_count NUMBER;
1530:
1531: BEGIN
1532: -- standard call to check for call compatibility
1533: IF (NOT FND_API.compatible_api_call(l_api_version
1534: ,p_api_version
1535: ,l_api_name
1536: ,G_PKG_NAME

Line 1858: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )

1854: * @param p_unlock_references A value of FND_API.G_TRUE indicates that the child models if any should be
1855: * force unlocked. A value of FND_API.G_FALSE indicates that only the root model
1856: * will be unlocked
1857: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
1858: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
1859: * @param x_msg_count number of messages on the stack.
1860: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
1861: * @rep:scope public
1862: * @rep:product CZ

Line 1860: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack

1856: * will be unlocked
1857: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
1858: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
1859: * @param x_msg_count number of messages on the stack.
1860: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
1861: * @rep:scope public
1862: * @rep:product CZ
1863: * @rep:displayname API for working with force unlock operations on a model
1864: * @rep:lifecycle active

Line 1922: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )

1918: * This is the public interface for force unlock operations on a UI content template in Oracle Configurator
1919: * @param p_api_version Current version of the API is 1.0
1920: * @param p_template_id Template_id of the template from cz_ui_templates table
1921: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
1922: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
1923: * @param x_msg_count number of messages on the stack.
1924: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
1925: * @rep:scope public
1926: * @rep:product CZ

Line 1924: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack

1920: * @param p_template_id Template_id of the template from cz_ui_templates table
1921: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
1922: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
1923: * @param x_msg_count number of messages on the stack.
1924: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
1925: * @rep:scope public
1926: * @rep:product CZ
1927: * @rep:displayname API for working with force unlock operations on a UI content template
1928: * @rep:lifecycle active

Line 1987: -- standard call to check for call compatibility

1983: v_usage_id NUMBER;
1984: l_api_version CONSTANT NUMBER := 1.0;
1985: l_api_name CONSTANT VARCHAR2(30) := 'usage_id_from_usage_name';
1986: BEGIN
1987: -- standard call to check for call compatibility
1988: IF (NOT FND_API.compatible_api_call(l_api_version
1989: ,p_api_version
1990: ,l_api_name
1991: ,G_PKG_NAME

Line 2054: * @param p_userid Standard parameters required for locking. Represent calling user.

2050: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
2051: * Migration request is created by Developer and contains the list of all models selected
2052: * for Migration from the source's Configurator Repository, target Instance name and
2053: * target Repository Folder.
2054: * @param p_userid Standard parameters required for locking. Represent calling user.
2055: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
2056: * @param p_applid Standard parameters required for locking. Represent calling application.
2057: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
2058: * return it in x_run_id.

Line 2055: * @param p_respid Standard parameters required for locking. Represent calling responsibility.

2051: * Migration request is created by Developer and contains the list of all models selected
2052: * for Migration from the source's Configurator Repository, target Instance name and
2053: * target Repository Folder.
2054: * @param p_userid Standard parameters required for locking. Represent calling user.
2055: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
2056: * @param p_applid Standard parameters required for locking. Represent calling application.
2057: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
2058: * return it in x_run_id.
2059: * @param x_run_id Output parameter containing internally generated session identifier if p_run_id

Line 2056: * @param p_applid Standard parameters required for locking. Represent calling application.

2052: * for Migration from the source's Configurator Repository, target Instance name and
2053: * target Repository Folder.
2054: * @param p_userid Standard parameters required for locking. Represent calling user.
2055: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
2056: * @param p_applid Standard parameters required for locking. Represent calling application.
2057: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
2058: * return it in x_run_id.
2059: * @param x_run_id Output parameter containing internally generated session identifier if p_run_id
2060: * was NULL, otherwise equal to p_run_id.