DBA Data[Home] [Help]

APPS.AHL_UC_UNITCONFIG_PVT dependencies on DUAL

Line 295: -- Procedure to validate individual record attributes

291: p_x_uc_header_rec.attribute15 := null;
292: END IF;
293: END convert_attributes;
294:
295: -- Procedure to validate individual record attributes
296: PROCEDURE validate_parameters(
297: p_uc_header_rec IN ahl_uc_instance_pvt.uc_header_rec_type,
298: x_return_status OUT NOCOPY VARCHAR2)
299: IS

Line 505: -- Procedure to validate individual record attributes

501: CLOSE get_rec_from_value;
502: END IF;
503: END validate_csi_instance;
504:
505: -- Procedure to validate individual record attributes
506: PROCEDURE validate_attributes(
507: p_uc_header_rec IN ahl_uc_instance_pvt.uc_header_rec_type,
508: p_dml_operation IN VARCHAR2,
509: x_return_status OUT NOCOPY VARCHAR2)

Line 726: FROM DUAL;

722:
723: -- Get the unit_config_header_id from the Sequence
724: SELECT AHL_UNIT_CONFIG_HEADERS_S.NEXTVAL
725: INTO p_x_uc_header_rec.uc_header_id
726: FROM DUAL;
727: p_x_uc_header_rec.object_version_number := 1;
728:
729: -- Insert the record into table ahl_unit_config_headers
730: INSERT INTO ahl_unit_config_headers(