DBA Data[Home] [Help]

APPS.JE_ZZ_SYS_OPTIONS_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 19

            Select global_attribute1
              Into   x_pymt_sepr
              From   ap_system_parameters_all
              Where  nvl(org_id,-99) = nvl(p_org_id,-99);
Line: 47

            Select global_attribute1
              Into  x_exempt_ttag
              From  ap_system_parameters_all
              Where  nvl(org_id,-99) = nvl(p_org_id,-99);