DBA Data[Home] [Help]

APPS.PA_PPR_ROLLUP_PERIOD_PVT dependencies on PA_PJT_FACT_PERIOD

Line 66: delete from pa_pjt_fact_period;

62: begin
63:
64: -- SRI_BUG START
65:
66: delete from pa_pjt_fact_period;
67:
68: ppr_log(' create_periodic_data called ');
69:
70: -- SRI_BUG END

Line 770: from pa_pjt_fact_period

766:
767: -- SRI_BUG START
768:
769: select count(*) into l_count1
770: from pa_pjt_fact_period
771: where plan_version_id = p_budget_version_id
772: and rownum = 1 ;
773:
774:

Line 785: -- delete from pa_pjt_fact_period; -- SRI_BUG

781: return ;
782:
783: end if;
784:
785: -- delete from pa_pjt_fact_period; -- SRI_BUG
786: ppr_log(' NO DATA EXISTS ' ,0 );
787:
788: -- SRI_BUG END
789:

Line 2186: INSERT INTO pa_pjt_fact_period (

2182:
2183: ppr_log(' TEST COUNT '||p_fact_equip_amt1_arr.count,0);
2184:
2185: FORALL i IN 1..p_fact_task_arr.count
2186: INSERT INTO pa_pjt_fact_period (
2187: ----
2188: PROJECT_ID , PERIOD_ID
2189: , PLAN_VERSION_ID , CURRENCY_CODE
2190: ----