DBA Data[Home] [Help]

APPS.PA_REP_UTILS_SUMM_PKG dependencies on PA_IMPLEMENTATIONS

Line 2802: pa_implementations imp,

2798: 'O',
2799: 'II'
2800: from pa_rep_util_summ_tmp tmp,
2801: pa_org_hierarchy_denorm org,
2802: pa_implementations imp,
2803: (select 'T' dummy_col from dual union select 'S' from dual) dummytab
2804: where tmp.summ_level_flag = 'O'
2805: and tmp.record_type = 'TMP2'
2806: -- new line below