Example: nca_button_press

In the following Oracle NCA example, nca_button_pressfunction pushes the Find button on the toolbar to display a list of values for the General Ledger journal names.

nca_edit_click("GLXJEENT.FOLDER_QF.USER_JE_SOURCE_NAME.0");

nca_button_press("GLXJEENT.TOOLBAR.LIST.0");

nca_lov_retrieve_items("Sources",1,9);