DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on GL_PERIOD_STATUSES

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

7814: p_period_type => l_target_time_phased_code,
7815: p_shift_periods => l_periods);
7816:
7817: -- Shift the pa_periods by l_periods
7818: -- Bug# 2634726- The two individual inserts which read pa_periods or gl_period_statuses based
7819: -- on the l_target_time_phased_code condition have been merged into one insert which reads
7820: -- pa_fp_cpy_periods_tmp
7821:
7822: INSERT INTO PA_BUDGET_LINES(

Line 8506: FROM gl_period_statuses g

8502: SELECT period_name
8503: ,start_date
8504: INTO l_start_period
8505: ,l_start_period_start_date
8506: FROM gl_period_statuses g
8507: ,pa_implementations i
8508: WHERE g.application_id = pa_period_process_pkg.application_id
8509: AND g.set_of_books_id = i.set_of_books_id
8510: AND g.adjustment_period_flag = 'N'