DBA Data[Home] [Help]

APPS.CZ_SECURITY_PVT dependencies on STANDARD

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

3102: * @param p_unlock_references A value of FND_API.G_TRUE indicates that the child models if any should be
3103: * force unlocked. A value of FND_API.G_FALSE indicates that only the root model
3104: * will be unlocked
3105: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3106: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3107: * @param x_msg_count number of messages on the stack.
3108: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3109: * @rep:scope public
3110: * @rep:product CZ

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

3104: * will be unlocked
3105: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3106: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3107: * @param x_msg_count number of messages on the stack.
3108: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3109: * @rep:scope public
3110: * @rep:product CZ
3111: * @rep:displayname API for working with force unlock operations on a model
3112: * @rep:lifecycle active

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

3240: * This is the public interface for force unlock operations on a UI content template in Oracle Configurator
3241: * @param p_api_version number. Current version of the API is 1.0
3242: * @param p_template_id number. Template_id of the template from cz_ui_templates table
3243: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3244: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3245: * @param x_msg_count number of messages on the stack.
3246: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3247: * @rep:scope public
3248: * @rep:product CZ

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

3242: * @param p_template_id number. Template_id of the template from cz_ui_templates table
3243: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3244: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3245: * @param x_msg_count number of messages on the stack.
3246: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3247: * @rep:scope public
3248: * @rep:product CZ
3249: * @rep:displayname API for working with force unlock operations on a UI content template
3250: * @rep:lifecycle active

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

3339: * @param p_template_id number. Template_id of the template from cz_ui_templates table
3340: * @param p_commit_flag A value of FND_API.G_TRUE indicates that the a commit be issued at the end of the
3341: * the procedure. A value of FND_API.G_FALSE indicates that no COMMIT is done.
3342: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3343: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3344: * @param x_msg_count number of messages on the stack.
3345: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3346: * @rep:scope public
3347: * @rep:product CZ

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

3341: * the procedure. A value of FND_API.G_FALSE indicates that no COMMIT is done.
3342: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3343: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3344: * @param x_msg_count number of messages on the stack.
3345: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3346: * @rep:scope public
3347: * @rep:product CZ
3348: * @rep:displayname API for working with force lock operations on a UI content template
3349: * @rep:lifecycle active

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

3445: * @param p_commit_flag A value of FND_API.G_TRUE indicates that the a commit be issued at the end of the
3446: * the procedure. A value of FND_API.G_FALSE indicates that no COMMIT is done.
3447: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3448: * @param x_locked_templates templates locked by this procedure
3449: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3450: * @param x_msg_count number of messages on the stack.
3451: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3452: * @rep:scope public
3453: * @rep:product CZ

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

3447: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3448: * @param x_locked_templates templates locked by this procedure
3449: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3450: * @param x_msg_count number of messages on the stack.
3451: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3452: * @rep:scope public
3453: * @rep:product CZ
3454: * @rep:displayname API for working with force lock operations on a UI content template
3455: * @rep:lifecycle active

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

3532: /*#
3533: * This is the public interface for unlock operations on a UI content template in Oracle Configurator
3534: * @param p_template_id number. Template_id of the template from cz_ui_templates table
3535: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3536: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3537: * @param x_msg_count number of messages on the stack.
3538: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3539: * @rep:scope public
3540: * @rep:product CZ

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

3534: * @param p_template_id number. Template_id of the template from cz_ui_templates table
3535: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3536: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3537: * @param x_msg_count number of messages on the stack.
3538: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3539: * @rep:scope public
3540: * @rep:product CZ
3541: * @rep:displayname API for working with unlock operations on a UI content template
3542: * @rep:lifecycle active

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

3680: * @param x_locked_entities Contains models locked by this procedure call. This when passed as an input parameter
3681: to unlock_model API would ensure that only those models that have been locked by the lock API are unlocked. Models
3682: * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
3683: * is done only during implicit locks and not when an unlock is done from developer.
3684: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3685: * @param x_msg_count number of messages on the stack.
3686: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3687: * @rep:scope public
3688: * @rep:product CZ

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

3682: * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
3683: * is done only during implicit locks and not when an unlock is done from developer.
3684: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3685: * @param x_msg_count number of messages on the stack.
3686: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3687: * @rep:scope public
3688: * @rep:product CZ
3689: * @rep:displayname API for working with lock operations on a model
3690: * @rep:lifecycle active

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

3929: * @param p_models_to_unlock would contain an array of model id(s) that have been populated with
3930: * locked models during the execution of the lock model API. The unlock_model API will unlock only the models
3931: * in this array .
3932: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3933: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3934: * @param x_msg_count number of messages on the stack.
3935: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3936: * @rep:scope public
3937: * @rep:product CZ

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

3931: * in this array .
3932: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
3933: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
3934: * @param x_msg_count number of messages on the stack.
3935: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
3936: * @rep:scope public
3937: * @rep:product CZ
3938: * @rep:displayname API for working with unlock operations on a model
3939: * @rep:lifecycle active

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

4329: * @param x_locked_models Contains models locked by this procedure call and models locked by developer.This when passed as an input parameter
4330: to unlock_pub_model API would ensure that only those models that have been locked by the lock API are unlocked. Models
4331: * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
4332: * is done only during implicit locks and not when an unlock is done from developer.
4333: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
4334: * @param x_msg_count number of messages on the stack.
4335: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
4336: * @rep:scope public
4337: * @rep:product CZ

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

4331: * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
4332: * is done only during implicit locks and not when an unlock is done from developer.
4333: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
4334: * @param x_msg_count number of messages on the stack.
4335: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
4336: * @rep:scope public
4337: * @rep:product CZ
4338: * @rep:displayname API for working with lock operations on a model
4339: * @rep:lifecycle active

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

4560: * locked models during the execution of the lock model API. The unlock_model API will unlock only the models
4561: * in this array .
4562: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
4563: * @param p_pub_id number. Publication_id from cz_model_publications table
4564: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
4565: * @param x_msg_count number of messages on the stack.
4566: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
4567: * @rep:scope public
4568: * @rep:product CZ

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

4562: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
4563: * @param p_pub_id number. Publication_id from cz_model_publications table
4564: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
4565: * @param x_msg_count number of messages on the stack.
4566: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
4567: * @rep:scope public
4568: * @rep:product CZ
4569: * @rep:displayname API for working with unlock operations on a model
4570: * @rep:lifecycle active

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

4725: * @param x_locked_templates Contains Templates locked by this procedure call and Templates locked by developer. This when passed as an input parameter
4726: * to unlock_pub_template API would ensure that only those models that have been locked by the lock API are unlocked. Templates
4727: * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
4728: * is done only during implicit locks and not when an unlock is done from developer.
4729: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
4730: * @param x_msg_count number of messages on the stack.
4731: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
4732: * @rep:scope public
4733: * @rep:product CZ

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

4727: * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
4728: * is done only during implicit locks and not when an unlock is done from developer.
4729: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
4730: * @param x_msg_count number of messages on the stack.
4731: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
4732: * @rep:scope public
4733: * @rep:product CZ
4734: * @rep:displayname API for working with force lock operations on a UI content template
4735: * @rep:lifecycle active

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

4877: * @param p_commit_flag A value of FND_API.G_TRUE indicates that the a commit be issued at the end of the
4878: * the procedure. A value of FND_API.G_FALSE indicates that no COMMIT is done.
4879: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
4880: * @param p_pub_id number. Publication_id from cz_model_publications table.
4881: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
4882: * @param x_msg_count number of messages on the stack.
4883: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
4884: * @rep:scope public
4885: * @rep:product CZ

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

4879: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
4880: * @param p_pub_id number. Publication_id from cz_model_publications table.
4881: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
4882: * @param x_msg_count number of messages on the stack.
4883: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
4884: * @rep:scope public
4885: * @rep:product CZ
4886: * @rep:displayname API for working with unlock operations on a UI content template
4887: * @rep:lifecycle active