DBA Data[Home] [Help]

APPS.PA_IND_RATE_SCH_REVISIONS_PKG dependencies on GL_PERIOD_STATUSES

Line 18: from gl_period_statuses gp,

14: -- check that start date is equal to a GL period start date.
15: begin
16: select 1
17: into x_dummy
18: from gl_period_statuses gp,
19: pa_implementations imp
20: where gp.start_date = x_start_date_active
21: and gp.application_id = Pa_Period_Process_Pkg.Application_Id
22: and gp.set_of_books_id = imp.set_of_books_id

Line 52: from gl_period_statuses gp,

48: -- check that end date is equal to a GL period end date.
49: begin
50: select 1
51: into x_dummy
52: from gl_period_statuses gp,
53: pa_implementations imp
54: where gp.end_date = x_end_date_active
55: and gp.application_id = Pa_Period_Process_Pkg.Application_Id
56: and gp.set_of_books_id = imp.set_of_books_id