DBA Data[Home] [Help]

APPS.CZ_SECURITY_PVT dependencies on STANDARD

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

499: * @param p_unlock_references A value of FND_API.G_TRUE indicates that the child models if any should be
500: * force unlocked. A value of FND_API.G_FALSE indicates that only the root model
501: * will be unlocked
502: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
503: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
504: * @param x_msg_count number of messages on the stack.
505: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
506: * @rep:scope public
507: * @rep:product CZ

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

501: * will be unlocked
502: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
503: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
504: * @param x_msg_count number of messages on the stack.
505: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
506: * @rep:scope public
507: * @rep:product CZ
508: * @rep:displayname API for working with force unlock operations on a model
509: * @rep:lifecycle active

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

532: * This when passed as an input parameter to unlock_model
533: * API would ensure that only those models that have been locked by the lock API are unlocked. Models
534: * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
535: * is done only during implicit locks and not when an unlock is done from developer.
536: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
537: * @param x_msg_count number of messages on the stack.
538: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
539: * @rep:scope public
540: * @rep:product CZ

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

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

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

598: * @param p_models_to_unlock would contain an array of model id(s) that have been populated with
599: * locked models during the execution of the lock model API. The unlock_model API will unlock the models
600: * in this array only.
601: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
602: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
603: * @param x_msg_count number of messages on the stack.
604: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
605: * @rep:scope public
606: * @rep:product CZ

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

600: * in this array only.
601: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
602: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
603: * @param x_msg_count number of messages on the stack.
604: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
605: * @rep:scope public
606: * @rep:product CZ
607: * @rep:displayname API for working with unlock operations on a model
608: * @rep:lifecycle active

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

699: * This is the public interface for force unlock operations on a UI content template in Oracle Configurator
700: * @param p_api_version number. Current version of the API is 1.0
701: * @param p_template_id number. Template_id of the template from cz_ui_templates table
702: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
703: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
704: * @param x_msg_count number of messages on the stack.
705: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
706: * @rep:scope public
707: * @rep:product CZ

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

701: * @param p_template_id number. Template_id of the template from cz_ui_templates table
702: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
703: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
704: * @param x_msg_count number of messages on the stack.
705: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
706: * @rep:scope public
707: * @rep:product CZ
708: * @rep:displayname API for working with force unlock operations on a UI content template
709: * @rep:lifecycle active

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

724: * @param p_template_id number. Template_id of the template from cz_ui_templates table
725: * @param p_commit_flag A value of FND_API.G_TRUE indicates that the a commit be issued at the end of the
726: * the procedure. A value of FND_API.G_FALSE indicates that no COMMIT is done.
727: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
728: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
729: * @param x_msg_count number of messages on the stack.
730: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
731: * @rep:scope public
732: * @rep:product CZ

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

726: * the procedure. A value of FND_API.G_FALSE indicates that no COMMIT is done.
727: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
728: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
729: * @param x_msg_count number of messages on the stack.
730: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
731: * @rep:scope public
732: * @rep:product CZ
733: * @rep:displayname API for working with force lock operations on a UI content template
734: * @rep:lifecycle active

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

751: * @param p_commit_flag A value of FND_API.G_TRUE indicates that the a commit be issued at the end of the
752: * the procedure. A value of FND_API.G_FALSE indicates that no COMMIT is done.
753: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
754: * @param x_locked_templates templates locked by this procedure
755: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
756: * @param x_msg_count number of messages on the stack.
757: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
758: * @rep:scope public
759: * @rep:product CZ

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

753: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
754: * @param x_locked_templates templates locked by this procedure
755: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
756: * @param x_msg_count number of messages on the stack.
757: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
758: * @rep:scope public
759: * @rep:product CZ
760: * @rep:displayname API for working with force lock operations on a UI content template
761: * @rep:lifecycle active

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

775: /*
776: * This is the public interface for unlock operations on a UI content template in Oracle Configurator
777: * @param p_template_id number. Template_id of the template from cz_ui_templates table
778: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
779: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
780: * @param x_msg_count number of messages on the stack.
781: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
782: * @rep:scope public
783: * @rep:product CZ

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

777: * @param p_template_id number. Template_id of the template from cz_ui_templates table
778: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
779: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
780: * @param x_msg_count number of messages on the stack.
781: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
782: * @rep:scope public
783: * @rep:product CZ
784: * @rep:displayname API for working with unlock operations on a UI content template
785: * @rep:lifecycle active

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

797: /*
798: * This is the public interface for unlock operations on a UI content template in Oracle Configurator
799: * @param p_templates_to_unlock array of Template_ids from cz_ui_templates table to unlock
800: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
801: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
802: * @param x_msg_count number of messages on the stack.
803: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
804: * @rep:scope public
805: * @rep:product CZ

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

799: * @param p_templates_to_unlock array of Template_ids from cz_ui_templates table to unlock
800: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
801: * @param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
802: * @param x_msg_count number of messages on the stack.
803: * @param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
804: * @rep:scope public
805: * @rep:product CZ
806: * @rep:displayname API for working with unlock operations on a UI content template
807: * @rep:lifecycle active

Line 856: -- * param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )

852: -- * param8 x_locked_models Contains models locked by this procedure call and models locked by developer.This when passed as an input parameter
853: -- * to unlock_pub_model API would ensure that only those models that have been locked by the lock API are unlocked. Models
854: -- * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
855: --* is done only during implicit locks and not when an unlock is done from developer.
856: -- * param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
857: -- * param x_msg_count number of messages on the stack.
858: -- * param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
859: -- *
860: -- * Validations: The lock_model API validates the following:

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

854: -- * that were previously locked would not be unlocked (by the same user). The retaining of the lock state
855: --* is done only during implicit locks and not when an unlock is done from developer.
856: -- * param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
857: -- * param x_msg_count number of messages on the stack.
858: -- * param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
859: -- *
860: -- * Validations: The lock_model API validates the following:
861: -- * 1. validate input parameters
862: -- * 2. Check for the profile value 'CZ: Require Locking'. If 'Yes' then lock model

Line 911: -- * param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )

907: -- * locked models during the execution of the lock model API. The unlock_model API will unlock only the models
908: --* in this array .
909: --* param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
910: -- * param p_pub_id number. Publication_id from cz_model_publications table
911: -- * param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
912: -- * param x_msg_count number of messages on the stack.
913: -- * param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
914: -- *
915: --* Usage

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

909: --* param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
910: -- * param p_pub_id number. Publication_id from cz_model_publications table
911: -- * param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
912: -- * param x_msg_count number of messages on the stack.
913: -- * param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
914: -- *
915: --* Usage
916: -- *
917: -- * unlock pub models in the array

Line 952: -- param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )

948: -- param x_locked_templates Contains Templates locked by this procedure call and Templates locked by developer. This when passed as an input parameter
949: -- to unlock_pub_template API would ensure that only those models that have been locked by the lock API are unlocked. Templates
950: -- that were previously locked would not be unlocked (by the same user). The retaining of the lock state
951: -- is done only during implicit locks and not when an unlock is done from developer.
952: -- param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
953: -- param x_msg_count number of messages on the stack.
954: -- param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
955:
956: PROCEDURE lock_pub_template(p_api_version IN NUMBER,

Line 954: -- param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack

950: -- that were previously locked would not be unlocked (by the same user). The retaining of the lock state
951: -- is done only during implicit locks and not when an unlock is done from developer.
952: -- param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
953: -- param x_msg_count number of messages on the stack.
954: -- param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
955:
956: PROCEDURE lock_pub_template(p_api_version IN NUMBER,
957: p_templates_to_lock IN cz_security_pvt.number_type_tbl,
958: p_commit_flag IN VARCHAR2,

Line 975: -- param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )

971: -- param p_commit_flag A value of FND_API.G_TRUE indicates that the a commit be issued at the end of the
972: -- the procedure. A value of FND_API.G_FALSE indicates that no COMMIT is done.
973: -- param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
974: -- param p_pub_id number. Publication_id from cz_model_publications table.
975: -- param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
976: -- param x_msg_count number of messages on the stack.
977: -- param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
978: -- Templates that were previously locked by developer would not be unlocked (by the same user). The retaining of the
979: -- lock state is done only during implicit locks and not when an unlock is done from developer.

Line 977: -- param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack

973: -- param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.
974: -- param p_pub_id number. Publication_id from cz_model_publications table.
975: -- param x_return_status standard FND status. (ex:FND_API.G_RET_STS_SUCCESS )
976: -- param x_msg_count number of messages on the stack.
977: -- param x_msg_data standard FND OUT parameter for message. Messages are written to the FND error stack
978: -- Templates that were previously locked by developer would not be unlocked (by the same user). The retaining of the
979: -- lock state is done only during implicit locks and not when an unlock is done from developer.
980:
981: PROCEDURE unlock_pub_template(p_api_version IN NUMBER,