DBA Data[Home] [Help]

APPS.AHL_UC_INSTANCE_PVT dependencies on AHL_UC_VALIDATION_PUB

Line 298: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);

294: p_parent_instance_id IN NUMBER,
295: p_prod_user_flag IN VARCHAR2,
296: p_x_uc_instance_rec IN OUT NOCOPY uc_instance_rec_type,
297: p_x_sub_uc_rec IN OUT NOCOPY uc_header_rec_type,
298: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);
299:
300: -- Start of Comments --
301: -- Define procedure install_existing_instance
302: -- This API is used to assign an existing instance to a UC node.

Line 337: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);

333: p_csi_ii_ovn IN NUMBER,
334: p_prod_user_flag IN VARCHAR2,
335: -- SURRKUMA :: 13694898 :: Flag to bypass the validation of position completeness, 29-FEB-2012
336: p_validate_rule_flag IN VARCHAR2 := FND_API.G_TRUE,
337: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);
338:
339: -- Start of Comments --
340: -- Define procedure swap_instances
341: -- This API is used by Production user to make parts change: replace an old instance

Line 375: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);

371: p_new_instance_number IN csi_item_instances.instance_number%TYPE := NULL,
372: p_relationship_id IN NUMBER,
373: p_csi_ii_ovn IN NUMBER,
374: p_prod_user_flag IN VARCHAR2,
375: x_warning_msg_tbl OUT NOCOPY ahl_uc_validation_pub.error_tbl_type);
376:
377: -- Start of Comments --
378: -- Define procedure get_available_instances
379: -- This API is used to get all the alternate instances for a given node in a UC tree.