DBA Data[Home] [Help]

APPS.PO_ASL_UPGRADE_SV2 dependencies on PO_ASL_ATTRIBUTES

Line 256: x_release_generation_method po_asl_attributes.release_generation_method%type := '';

252: x_progress VARCHAR2(30) := '';
253: x_record_unique BOOLEAN;
254: x_owning_organization_id NUMBER;
255: x_purch_uom po_lines.unit_meas_lookup_code%type;
256: x_release_generation_method po_asl_attributes.release_generation_method%type := '';
257:
258:
259:
260: CURSOR I2 is

Line 468: INSERT INTO po_asl_attributes(

464: -- Create an attributes record for this ASL entry.
465:
466: x_progress := '040';
467:
468: INSERT INTO po_asl_attributes(
469: asl_id,
470: using_organization_id,
471: last_update_date,
472: last_updated_by,

Line 674: UPDATE po_asl_attributes

670: IF (x_new_asl AND x_sequence_num = 1
671: AND x_doc_generation_method IS NOT NULL) THEN
672:
673: x_progress := '050';
674: UPDATE po_asl_attributes
675: SET release_generation_method = x_doc_generation_method,
676: last_updated_by = x_last_updated_by,
677: last_update_date = x_last_update_date,
678: last_update_login = x_last_update_login