DBA Data[Home] [Help]

APPS.AHL_UC_INSTANCE_PUB dependencies on AHL_UC_VALIDATION_PUB

Line 194: -- x_warning_msg_tbl OUT ahl_uc_validation_pub.error_tbl_type

190: -- instance to be created and installed.
191: -- p_x_sub_uc_rec IN OUT uc_header_rec_type
192: -- to store the sub UC header information if also creating a
193: -- sub UC simultaneously
194: -- x_warning_msg_tbl OUT ahl_uc_validation_pub.error_tbl_type
195: -- to store the warning message after instance installation and
196: -- calling validation API
197: -- p_prod_user_flag IN VARCHAR2(1) Required, to indicate whether the user who
198: -- triggers this functionality is from Production.

Line 238: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);

234: p_parent_instance_num IN VARCHAR2,
235: p_prod_user_flag IN VARCHAR2,
236: p_x_uc_instance_rec IN OUT NOCOPY ahl_uc_instance_pvt.uc_instance_rec_type,
237: p_x_sub_uc_rec IN OUT NOCOPY ahl_uc_instance_pvt.uc_header_rec_type,
238: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);
239:
240: -- Start of Comments --
241: -- Define procedure install_instance
242: -- This API is used to assign an existing instance to a UC node.

Line 255: -- x_warning_msg_tbl OUT ahl_uc_validation_pub.error_tbl_type

251: -- p_parent_instance_id IN NUMBER, required, indicates the parent instance_id
252: -- p_instance_id IN NUMBER, required, indicates the instance to be installed
253: -- p_instance_number IN csi_item_instances.instance_number%TYPE := NULL,
254: -- p_relationship_id IN NUMBER, required, indicates the position to be installed.
255: -- x_warning_msg_tbl OUT ahl_uc_validation_pub.error_tbl_type
256: -- to store the warning message after instance installation and
257: -- calling validation API
258: -- p_prod_user_flag IN VARCHAR2(1) Required, to indicate whether the user who
259: -- triggers this functionality is from Production.

Line 301: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);

297: p_instance_id IN NUMBER := NULL,
298: p_instance_num IN VARCHAR2,
299: p_relationship_id IN NUMBER,
300: p_prod_user_flag IN VARCHAR2,
301: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);
302:
303: -- Start of Comments --
304: -- Define procedure swap_instances
305: -- This API is used by Production user to make parts change: replace an old instance

Line 320: -- x_warning_msg_tbl OUT ahl_uc_validation_pub.error_tbl_type

316: -- p_old_instance_id IN NUMBER, required, the instance to be replaced
317: -- p_new_instance_id IN NUMBER, required, the new instance to replace the old instance
318: -- p_new_instance_number IN csi_item_instances.instance_number%TYPE := NULL,
319: -- p_relationship_id IN NUMBER, required, indicates the position to be installed.
320: -- x_warning_msg_tbl OUT ahl_uc_validation_pub.error_tbl_type
321: -- to store the warning message after instance installation and
322: -- calling validation API
323: -- p_prod_user_flag IN VARCHAR2(1) Required, to indicate whether the user who
324: -- triggers this functionality is from Production.

Line 347: * @param x_warning_msg_tbl to store the warning message after instance installation and calling validation APIahl_uc_validation_pub.error_tbl_type

343: * @param p_new_instance_id the new instance to replace the old instance
344: * @param p_new_instance_num instance number of the new instance
345: * @param p_relationship_id indicates the position to be installed
346: * @param p_prod_user_flag to indicate whether the user who triggers this functionality is from Production
347: * @param x_warning_msg_tbl to store the warning message after instance installation and calling validation APIahl_uc_validation_pub.error_tbl_type
348: * @rep:scope public
349: * @rep:lifecycle active
350: * @rep:displayname Swap Instance in UC Tree
351: */

Line 370: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);

366: p_new_instance_id IN NUMBER := NULL,
367: p_new_instance_num IN VARCHAR2,
368: p_relationship_id IN NUMBER,
369: p_prod_user_flag IN VARCHAR2,
370: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);
371:
372: -- Start of Comments --
373: -- Define procedure create_unassigned_instance.
374: -- This API is used to create a new instance in csi_item_instances as an extra