DBA Data[Home] [Help]

APPS.GL_GLXRBJRN_XMLP_PKG SQL Statements

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

Line: 40

    select budget_name
    INTO t_budget_name
    from gl_budget_versions
    where budget_version_id = t_budget_version_id;
Line: 57

    SELECT name
    INTO   DAS_NAME
    FROM   gl_access_sets
    WHERE  access_set_id = P_DAS_ID;