DBA Data[Home] [Help]

APPS.CZ_MODEL_MIGRATION_PVT dependencies on STANDARD

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

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

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

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

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

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

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

45: );
46: ---------------------------------------------------------------------------------------
47: /*
48: * Migrate Models concurrent procedure.
49: * @param errbuf Standard Oracle Concurrent Program output parameters.
50: * @param retcode Standard Oracle Concurrent Program output parameters.
51: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
52: * Migration request is created by Developer and contains the list of all models selected
53: * for Migration from the source's Configurator Repository, target Instance name and

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

46: ---------------------------------------------------------------------------------------
47: /*
48: * Migrate Models concurrent procedure.
49: * @param errbuf Standard Oracle Concurrent Program output parameters.
50: * @param retcode Standard Oracle Concurrent Program output parameters.
51: * @param p_request_id This is the CZ_MODEL_PUBLICATIONS, MIGRATION_GROUP_ID of the migration request.
52: * Migration request is created by Developer and contains the list of all models selected
53: * for Migration from the source's Configurator Repository, target Instance name and
54: * target Repository Folder.

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

70: );
71: ---------------------------------------------------------------------------------------
72: /*
73: * Concurrent procedure for Configuration Upgrade by Item.
74: * @param errbuf Standard Oracle Concurrent Program output parameters.
75: * @param retcode Standard Oracle Concurrent Program output parameters.
76: * @param p_organization_id Used to search configurations by organization ID, required.
77: * @param p_top_inv_item_from Used to search configurations by top item, required.
78: * @param p_top_inv_item_to Used to search configurations by top item, optional

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

71: ---------------------------------------------------------------------------------------
72: /*
73: * Concurrent procedure for Configuration Upgrade by Item.
74: * @param errbuf Standard Oracle Concurrent Program output parameters.
75: * @param retcode Standard Oracle Concurrent Program output parameters.
76: * @param p_organization_id Used to search configurations by organization ID, required.
77: * @param p_top_inv_item_from Used to search configurations by top item, required.
78: * @param p_top_inv_item_to Used to search configurations by top item, optional
79: * @param p_application_id Used to refine search for equivalent published models

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

97: );
98: ---------------------------------------------------------------------------------------
99: /*
100: * Concurrent procedure for Configuration Upgrade by Product key.
101: * @param errbuf Standard Oracle Concurrent Program output parameters.
102: * @param retcode Standard Oracle Concurrent Program output parameters.
103: * @param p_product_key Used to search configurations, required.
104: * @param p_application_id Used to refine search for equivalent published models
105: * to use as baselines for upgrade, optional.

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

98: ---------------------------------------------------------------------------------------
99: /*
100: * Concurrent procedure for Configuration Upgrade by Product key.
101: * @param errbuf Standard Oracle Concurrent Program output parameters.
102: * @param retcode Standard Oracle Concurrent Program output parameters.
103: * @param p_product_key Used to search configurations, required.
104: * @param p_application_id Used to refine search for equivalent published models
105: * to use as baselines for upgrade, optional.
106: * @param p_config_begin_date Optional, if present, indicates the date of the oldest

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

119: );
120: ---------------------------------------------------------------------------------------
121: /*
122: * This procedure converts a publication target to a Development Instance.
123: * @param errbuf Standard Oracle Concurrent Program output parameters.
124: * @param retcode Standard Oracle Concurrent Program output parameters.
125: */
126:
127: PROCEDURE convert_instance_cp(errbuf OUT NOCOPY VARCHAR2,

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

120: ---------------------------------------------------------------------------------------
121: /*
122: * This procedure converts a publication target to a Development Instance.
123: * @param errbuf Standard Oracle Concurrent Program output parameters.
124: * @param retcode Standard Oracle Concurrent Program output parameters.
125: */
126:
127: PROCEDURE convert_instance_cp(errbuf OUT NOCOPY VARCHAR2,
128: retcode OUT NOCOPY NUMBER