Step 3. Modify the Store Component (copy of II_STORE)

DTE030 – Modify the Employees Application

1.  Open your version of the II_STORE reusable part in the editor.

2.  Comment out the following two lines:

#Document.p_STARTDTER := #STARTDTER

#Document.p_TERMDATER := #TERMDATER

 

3.  Comment out the following two lines from the PopulateProxy method routine:

#Proxy.p_STARTDTER := #STARTDTER

#Proxy.p_TERMDATER := #TERMDATER

 

4.  Comment out the following two lines from the ExtractDocument method routine:

#STARTDTER := #Document.p_STARTDTER

#TERMDATER := #Document.p_TERMDATER

 

5.  Recompile your copy of II_STORE component.