DBA Data[Home] [Help]

APPS.CZ_MODEL_MIGRATION_PVT dependencies on STANDARD

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

31: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
32: * Migration request is created by Developer and contains the list of all models selected
33: * for Migration from the source's Configurator Repository, target Instance name and
34: * target Repository Folder.
35: * @param p_userid Standard parameters required for locking. Represent calling user.
36: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
37: * @param p_applid Standard parameters required for locking. Represent calling application.
38: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
39: * return it in x_run_id.

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

32: * Migration request is created by Developer and contains the list of all models selected
33: * for Migration from the source's Configurator Repository, target Instance name and
34: * target Repository Folder.
35: * @param p_userid Standard parameters required for locking. Represent calling user.
36: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
37: * @param p_applid Standard parameters required for locking. Represent calling application.
38: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
39: * return it in x_run_id.
40: * @param x_run_id Output parameter containing internally generated session identifier if p_run_id

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

33: * for Migration from the source's Configurator Repository, target Instance name and
34: * target Repository Folder.
35: * @param p_userid Standard parameters required for locking. Represent calling user.
36: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
37: * @param p_applid Standard parameters required for locking. Represent calling application.
38: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
39: * return it in x_run_id.
40: * @param x_run_id Output parameter containing internally generated session identifier if p_run_id
41: * was NULL, otherwise equal to p_run_id.

Line 84: * @param errbuf Standard Oracle Concurrent Program output parameters.

80: END;
81: ---------------------------------------------------------------------------------------
82: /*
83: * Migrate Models concurrent procedure.
84: * @param errbuf Standard Oracle Concurrent Program output parameters.
85: * @param retcode Standard Oracle Concurrent Program output parameters.
86: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
87: * Migration request is created by Developer and contains the list of all models selected
88: * for Migration from the source's Configurator Repository, target Instance name and

Line 85: * @param retcode Standard Oracle Concurrent Program output parameters.

81: ---------------------------------------------------------------------------------------
82: /*
83: * Migrate Models concurrent procedure.
84: * @param errbuf Standard Oracle Concurrent Program output parameters.
85: * @param retcode Standard Oracle Concurrent Program output parameters.
86: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
87: * Migration request is created by Developer and contains the list of all models selected
88: * for Migration from the source's Configurator Repository, target Instance name and
89: * target Repository Folder.

Line 548: * @param errbuf Standard Oracle Concurrent Program output parameters.

544: --------------------------------------------------------------------------------
545:
546: /*
547: * Concurrent procedure for Configuration Upgrade by Item(s).
548: * @param errbuf Standard Oracle Concurrent Program output parameters.
549: * @param retcode Standard Oracle Concurrent Program output parameters.
550: * @param p_organization_id Used to search configurations by organization ID, required.
551: * @param p_top_inv_item_from Used to search configurations by top item, optional
552: * @param p_top_inv_item_to Used to search configurations by top item, optional

Line 549: * @param retcode Standard Oracle Concurrent Program output parameters.

545:
546: /*
547: * Concurrent procedure for Configuration Upgrade by Item(s).
548: * @param errbuf Standard Oracle Concurrent Program output parameters.
549: * @param retcode Standard Oracle Concurrent Program output parameters.
550: * @param p_organization_id Used to search configurations by organization ID, required.
551: * @param p_top_inv_item_from Used to search configurations by top item, optional
552: * @param p_top_inv_item_to Used to search configurations by top item, optional
553: * @param p_application_id Used to refine search for equivalent published

Line 690: * @param errbuf Standard Oracle Concurrent Program output parameters.

686:
687: ---------------------------------------------------------------------------------------
688: /*
689: * Concurrent procedure for Configuration Upgrade by Product key.
690: * @param errbuf Standard Oracle Concurrent Program output parameters.
691: * @param retcode Standard Oracle Concurrent Program output parameters.
692: * @param p_product_key Used to search configurations, required.
693: * @param p_application_id Used to refine search for equivalent published models
694: * to use as baselines for upgrade, optional.

Line 691: * @param retcode Standard Oracle Concurrent Program output parameters.

687: ---------------------------------------------------------------------------------------
688: /*
689: * Concurrent procedure for Configuration Upgrade by Product key.
690: * @param errbuf Standard Oracle Concurrent Program output parameters.
691: * @param retcode Standard Oracle Concurrent Program output parameters.
692: * @param p_product_key Used to search configurations, required.
693: * @param p_application_id Used to refine search for equivalent published models
694: * to use as baselines for upgrade, optional.
695: * @param p_config_begin_date Optional, if present, indicates the date of the oldest

Line 809: * @param errbuf Standard Oracle Concurrent Program output parameters.

805: ---------------------------------------------------------------------------------------
806:
807: /*
808: * This procedure converts a publication target to a Development Instance.
809: * @param errbuf Standard Oracle Concurrent Program output parameters.
810: * @param retcode Standard Oracle Concurrent Program output parameters.
811: */
812:
813: PROCEDURE convert_instance_cp(errbuf OUT NOCOPY VARCHAR2,

Line 810: * @param retcode Standard Oracle Concurrent Program output parameters.

806:
807: /*
808: * This procedure converts a publication target to a Development Instance.
809: * @param errbuf Standard Oracle Concurrent Program output parameters.
810: * @param retcode Standard Oracle Concurrent Program output parameters.
811: */
812:
813: PROCEDURE convert_instance_cp(errbuf OUT NOCOPY VARCHAR2,
814: retcode OUT NOCOPY NUMBER