DBA Data[Home] [Help]

APPS.CZ_MODEL_MIGRATION_PVT dependencies on STANDARD

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

55: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
56: * Migration request is created by Developer and contains the list of all models selected
57: * for Migration from the source's Configurator Repository, target Instance name and
58: * target Repository Folder.
59: * @param p_userid Standard parameters required for locking. Represent calling user.
60: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
61: * @param p_applid Standard parameters required for locking. Represent calling application.
62: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
63: * return it in x_run_id.

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

56: * Migration request is created by Developer and contains the list of all models selected
57: * for Migration from the source's Configurator Repository, target Instance name and
58: * target Repository Folder.
59: * @param p_userid Standard parameters required for locking. Represent calling user.
60: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
61: * @param p_applid Standard parameters required for locking. Represent calling application.
62: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
63: * return it in x_run_id.
64: * @param x_run_id Output parameter containing internally generated session identifier if p_run_id

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

57: * for Migration from the source's Configurator Repository, target Instance name and
58: * target Repository Folder.
59: * @param p_userid Standard parameters required for locking. Represent calling user.
60: * @param p_respid Standard parameters required for locking. Represent calling responsibility.
61: * @param p_applid Standard parameters required for locking. Represent calling application.
62: * @param p_run_id Number identifying the session. If left NULL, the API will generate the number and
63: * return it in x_run_id.
64: * @param x_run_id Output parameter containing internally generated session identifier if p_run_id
65: * was NULL, otherwise equal to p_run_id.

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

104: END;
105: ---------------------------------------------------------------------------------------
106: /*
107: * Migrate Models concurrent procedure.
108: * @param errbuf Standard Oracle Concurrent Program output parameters.
109: * @param retcode Standard Oracle Concurrent Program output parameters.
110: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
111: * Migration request is created by Developer and contains the list of all models selected
112: * for Migration from the source's Configurator Repository, target Instance name and

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

105: ---------------------------------------------------------------------------------------
106: /*
107: * Migrate Models concurrent procedure.
108: * @param errbuf Standard Oracle Concurrent Program output parameters.
109: * @param retcode Standard Oracle Concurrent Program output parameters.
110: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
111: * Migration request is created by Developer and contains the list of all models selected
112: * for Migration from the source's Configurator Repository, target Instance name and
113: * target Repository Folder.

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

568: --------------------------------------------------------------------------------
569:
570: /*
571: * Concurrent procedure for Configuration Upgrade by Item(s).
572: * @param errbuf Standard Oracle Concurrent Program output parameters.
573: * @param retcode Standard Oracle Concurrent Program output parameters.
574: * @param p_organization_id Used to search configurations by organization ID, required.
575: * @param p_top_inv_item_from Used to search configurations by top item, optional
576: * @param p_top_inv_item_to Used to search configurations by top item, optional

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

569:
570: /*
571: * Concurrent procedure for Configuration Upgrade by Item(s).
572: * @param errbuf Standard Oracle Concurrent Program output parameters.
573: * @param retcode Standard Oracle Concurrent Program output parameters.
574: * @param p_organization_id Used to search configurations by organization ID, required.
575: * @param p_top_inv_item_from Used to search configurations by top item, optional
576: * @param p_top_inv_item_to Used to search configurations by top item, optional
577: * @param p_application_id Used to refine search for equivalent published

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

710:
711: ---------------------------------------------------------------------------------------
712: /*
713: * Concurrent procedure for Configuration Upgrade by Product key.
714: * @param errbuf Standard Oracle Concurrent Program output parameters.
715: * @param retcode Standard Oracle Concurrent Program output parameters.
716: * @param p_product_key Used to search configurations, required.
717: * @param p_application_id Used to refine search for equivalent published models
718: * to use as baselines for upgrade, optional.

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

711: ---------------------------------------------------------------------------------------
712: /*
713: * Concurrent procedure for Configuration Upgrade by Product key.
714: * @param errbuf Standard Oracle Concurrent Program output parameters.
715: * @param retcode Standard Oracle Concurrent Program output parameters.
716: * @param p_product_key Used to search configurations, required.
717: * @param p_application_id Used to refine search for equivalent published models
718: * to use as baselines for upgrade, optional.
719: * @param p_config_begin_date Optional, if present, indicates the date of the oldest

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

829: ---------------------------------------------------------------------------------------
830:
831: /*
832: * This procedure converts a publication target to a Development Instance.
833: * @param errbuf Standard Oracle Concurrent Program output parameters.
834: * @param retcode Standard Oracle Concurrent Program output parameters.
835: */
836:
837: PROCEDURE convert_instance_cp(errbuf OUT NOCOPY VARCHAR2,

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

830:
831: /*
832: * This procedure converts a publication target to a Development Instance.
833: * @param errbuf Standard Oracle Concurrent Program output parameters.
834: * @param retcode Standard Oracle Concurrent Program output parameters.
835: */
836:
837: PROCEDURE convert_instance_cp(errbuf OUT NOCOPY VARCHAR2,
838: retcode OUT NOCOPY NUMBER