DBA Data[Home] [Help]

APPS.HRI_BPL_TREND_ABS_SQL dependencies on HRI_BPL_FACT_ABS_SQL

Line 27: /* The set_fact_table function in HRI_BPL_FACT_ABS_SQL is used to determine */

23: /* calling function so that outer layers of SQL can reference all the columns */
24: /* */
25: /* FROM */
26: /* ---- */
27: /* The set_fact_table function in HRI_BPL_FACT_ABS_SQL is used to determine */
28: /* the appropriate fact object. */
29: /* */
30: /* WHERE */
31: /* ----- */

Line 330: hri_bpl_fact_abs_sql.set_fact_table

326: --
327: l_parameter_rec := p_parameter_rec;
328: l_parameter_rec.view_by := 'HRI_ABSNC+HRI_ABSNC_CAT';
329:
330: hri_bpl_fact_abs_sql.set_fact_table
331: (p_parameter_rec => l_parameter_rec,
332: p_bucket_dim => p_trend_sql_params.bucket_dim,
333: p_abs_drtn_days => p_trend_sql_params.include_abs_drtn_days,
334: p_abs_drtn_hrs => p_trend_sql_params.include_abs_drtn_hrs,