DBA Data[Home] [Help]

APPS.PA_REP_UTILS_SUMM_PKG dependencies on PA_ORG_HIERARCHY_DENORM

Line 2800: pa_org_hierarchy_denorm org,

2796: tmp.expenditure_type_class,
2797: 'O',
2798: 'II'
2799: from pa_rep_util_summ_tmp tmp,
2800: pa_org_hierarchy_denorm org,
2801: pa_implementations imp,
2802: (select 'T' dummy_col from dual union select 'S' from dual) dummytab
2803: where tmp.summ_level_flag = 'O'
2804: and tmp.record_type = 'TMP2'