DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on GL_PERIOD_STATUSES

Line 7845: -- Bug# 2634726- The two individual inserts which read pa_periods or gl_period_statuses based

7841: p_period_type => l_target_time_phased_code,
7842: p_shift_periods => l_periods);
7843:
7844: -- Shift the pa_periods by l_periods
7845: -- Bug# 2634726- The two individual inserts which read pa_periods or gl_period_statuses based
7846: -- on the l_target_time_phased_code condition have been merged into one insert which reads
7847: -- pa_fp_cpy_periods_tmp
7848:
7849: INSERT INTO PA_BUDGET_LINES(

Line 8533: FROM gl_period_statuses g

8529: SELECT period_name
8530: ,start_date
8531: INTO l_start_period
8532: ,l_start_period_start_date
8533: FROM gl_period_statuses g
8534: ,pa_implementations i
8535: WHERE g.application_id = pa_period_process_pkg.application_id
8536: AND g.set_of_books_id = i.set_of_books_id
8537: AND g.adjustment_period_flag = 'N'