DBA Data[Home] [Help]

APPS.ASO_NETWORK_UI_PVT dependencies on STANDARD

Line 60: -- IN: p_api_version (required), standard IN parameterp_inventory_item_id (required),

56: -- organization_id is a network container model.
57: -- Version : Current version 1.0
58: -- Initial version 1.0
59: -- Parameters:
60: -- IN: p_api_version (required), standard IN parameterp_inventory_item_id (required),
61: -- top inventory_item_id of model
62: -- p_inventory_item_id (required), top inventory_item_id of model
63: -- p_organization_id (required), organization_id of model
64: -- p_appl_param_rec (required), publication applicability parameters

Line 69: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

65: -- program callers should pass in the same set of applicability
66: -- parameter values as they pass in the Configurator xml initialize
67: -- message.
68: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,FND_API.G_FALSE,NULL
69: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
70: -- x_msg_count, standard OUT NOCOPY parameter
71: -- x_msg_data, standard OUT NOCOPY parameter
72:
73:

Line 70: -- x_msg_count, standard OUT NOCOPY parameter

66: -- parameter values as they pass in the Configurator xml initialize
67: -- message.
68: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,FND_API.G_FALSE,NULL
69: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
70: -- x_msg_count, standard OUT NOCOPY parameter
71: -- x_msg_data, standard OUT NOCOPY parameter
72:
73:
74: procedure aso_is_container(p_api_version IN NUMBER

Line 71: -- x_msg_data, standard OUT NOCOPY parameter

67: -- message.
68: -- OUT: x_return_value, has one of the following values FND_API.G_TRUE,FND_API.G_FALSE,NULL
69: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
70: -- x_msg_count, standard OUT NOCOPY parameter
71: -- x_msg_data, standard OUT NOCOPY parameter
72:
73:
74: procedure aso_is_container(p_api_version IN NUMBER
75: ,p_inventory_item_id IN NUMBER

Line 100: -- IN: p_api_version (required), standard IN parameter

96: -- Version : Current version 1.0
97: -- Initial version 1.0
98:
99: -- Parameters:
100: -- IN: p_api_version (required), standard IN parameter
101: -- p_inventory_item_id (required), top inventory_item_id of network
102: -- container model
103: -- p_organization_id (required), organization_id of network container model
104: -- p_appl_param_rec (required), publication applicability parameters

Line 112: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)

108: --
109: -- OUT: x_model_tbl, output array of inventory_item_ids of enclosed models
110: -- IF any error occurs during execution of this procedure, null will be
111: -- returned.
112: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
113: -- x_msg_count, standard OUT NOCOPY parameter
114: -- x_msg_data, standard OUT NOCOPY parameter
115:
116: procedure aso_get_contained_models(p_api_version IN NUMBER

Line 113: -- x_msg_count, standard OUT NOCOPY parameter

109: -- OUT: x_model_tbl, output array of inventory_item_ids of enclosed models
110: -- IF any error occurs during execution of this procedure, null will be
111: -- returned.
112: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
113: -- x_msg_count, standard OUT NOCOPY parameter
114: -- x_msg_data, standard OUT NOCOPY parameter
115:
116: procedure aso_get_contained_models(p_api_version IN NUMBER
117: ,p_inventory_item_id IN NUMBER

Line 114: -- x_msg_data, standard OUT NOCOPY parameter

110: -- IF any error occurs during execution of this procedure, null will be
111: -- returned.
112: -- x_return_status, standard OUT NOCOPY parameter (see generate_config_trees)
113: -- x_msg_count, standard OUT NOCOPY parameter
114: -- x_msg_data, standard OUT NOCOPY parameter
115:
116: procedure aso_get_contained_models(p_api_version IN NUMBER
117: ,p_inventory_item_id IN NUMBER
118: ,p_organization_id IN NUMBER