previous

Membership Statements - Export

When the OPR<version number>ORS and OPI <version number> OCIS license codes are active, you can export ORS/OCIS membership data for various purposes, depending upon your needs. You can also export membership statements to a data file so they can be sent to a fulfillment house.  Access the file export utility from within ORS/OCIS by selecting Miscellaneous>File Export.

The file export options are:

Exporting ORS/OCIS Membership Statements

Exporting membership statements to a data file so they can be sent to a fulfillment house is a common task. You can select the file type you want to export and the view for the export. To access the file export feature, select Miscellaneous>File Export>Membership Export. The Export File List screen appears.

Export File List Screen

At the Export File screen, select the New button. A prompt appears asking you if you want to add from the export template. Select the No button, as you are going to set up your own export details in the following steps.

After selecting No, the Export File Details screen appears.

Export File Details Screen

At this screen, you select the source of your export files and other conditions.

Selection Criteria

Required Fields:

File Type. Enter a new file name and type for the export.

File Description. Enter a long description of the file type; one that is meaningful to you.

Export Source. Select the down arrow to display a list of the available views for the export procedure. The two provided choices for exporting membership statements are:

Filter Condition. This text box is for entering the condition for the export. By default, all data will be exported. In this case, users typically only want to export one batch at a time. Type the batch number of the statements you want to export in a "where clause." For example, if you want to export the selected statement information for Batch Id 33 (as displayed on the Membership Statements screen), you will type: statement_batch_id=33

Buttons

Export Columns. Select this button (when it is visible) to display the Export Columns Detail screen where you can select the columns to appear on the export.

OK. Select this button to save your entires. Your filename appears on the Export File List screen. At the Export File List screen, highlight the filename and select the Generate Button to export statement data.

Centrally Managed Memberships

Membership award points and membership transactions for centrally managed membership programs, associated with central membership types (Setup>Configuration>Profile>Memberships>New or Edit>Points Managed/Central), can be exported to a statement. Membership award points for centrally managed membership programs provide frequent flyer membership types to be exported and sent to airlines (third-party use).

The three templates (File Types) for centrally managed export files are:

To process the centrally managed statements at the Membership Statements screen (Membership>Statements):

Configuring a Membership Export in ORS/OCIS

To configure a membership data export in ORS/OCIS, follow the steps below:

  1. In ORS/OCIS, set up the membership exports by selecting Miscellaneous>File Export>Membership Export. The Export File List screen opens.

    export_file_list_configuring_membership_export

    Note: Alternatively, you can choose to manually export by highlighting the MEM_EXPORT file type and selecting Generate>Generate. The Data Export screen will open with the following options for the Exclude Extract LOV:
    ALL - includes profiles which have both Exclude Extract checked and unchecked.
    YES - only "Excluded" profiles included (checked on Fulfillment as "Exclude Extract").
    NO - only "not Excluded" profiles included (unchecked on Fulfillment as "Exclude Extract").
    Select Start to begin the export.
    export_file_details_configuring_membership_export_data_export

  2. On the Export File List screen, highlight MEM_EXPORT and select Edit. The Export File Details screen opens.

    export_file_details_configuring_membership_export.jpg

  3. On the Export File Details screen, select the Auto Export check box and enter the following procedures for the export procedure fields:
    • Pre Export Procedure: membership_misc.set_export_yn_flag('Y')
    • Post Export Procedure: membership_misc.set_export_yn_flag('N')
    • Filter Condition: nvl(exclude_extract_yn,'N') != 'Y'

    Note: This condition will exclude from the export any records with "Exclude Extract" selected on the Membership Fulfillment screen.

  4. Add a new export formula column by selecting Export Columns>New. When prompted to add from existing columns, select No. The Export Columns Details-Add screen opens.

    export_column_details_no_configuring_membership_export

  5. On the Export Columns Details-Add screen, in the Column Name field, name the new column as appropriate and enter the following formula for the Formula field:
    • membership_misc.set_extract_det(extract_id)

    export_column_details_add_configuring_membership_export

  6. Complete the remaining fields on the Export Columns Details-Add screen and select OK.
  7. On the Export Columns Details screen, highlight the existing EXPIRATION_DATE column from the exported columns grid and select Delete.

    export_column_details_delete_configuring_membership_export

  8. Repeating steps 4-6 above, re-create this column as a formula by using the following formula:
    • decode(membership_level,'LEVEL',NULL,to_char(EXPIRATION_DATE,'MM/YYYY'))

    Note: "LEVEL" in the above formula is only a place holder and should be replaced with the name of a membership level that is used within your organization.

    • Under the Column Name field, enter "EXPIRATION_DATE" for the column name
  9. Close out of all screens until you are back at the Export File List screen. Highlight the MEM_EXPORT file type and select Generate.

    export_file_list_generate_configuring_membership_export

  10. On the Export File Types screen, select Generate to run the export.

    export_file_types_configuring_membership_export

    Tip: To view the generated data, answer Yes to the prompt that will display after the export is finished.
    export_file_types_yes_configuring_membership_export

See Also