0% found this document useful (0 votes)
107 views1 page

W - AR - XACT - F Query

This SQL script adds a new column called X_APPLICATION_FLAG to the OBIA_DW.W_AR_XACT_F table to store application flag information. A comment is also added to document that the new column is for storing application flag data from the W_AR_XACT_F table.

Uploaded by

Sharath Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views1 page

W - AR - XACT - F Query

This SQL script adds a new column called X_APPLICATION_FLAG to the OBIA_DW.W_AR_XACT_F table to store application flag information. A comment is also added to document that the new column is for storing application flag data from the W_AR_XACT_F table.

Uploaded by

Sharath Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

/*-------------------------------------------------------------------------*/

ALTER TABLE OBIA_DW.W_AR_XACT_F ADD X_APPLICATION_FLAG VARCHAR2(5);


COMMENT ON COLUMN OBIA_DW.W_AR_XACT_F.X_APPLICATION_FLAG IS 'Extended column t
o store application flag information from W_AR_XACT_F';

You might also like