DBA Data[Home] [Help]

APPS.PA_REP_UTILS_SUMM_PKG dependencies on PA_IMPLEMENTATIONS

Line 2801: pa_implementations imp,

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'
2805: -- new line below