DBA Data[Home] [Help]

APPS.PJI_RESOURCE_UTILZ dependencies on PA_IMPLEMENTATIONS_ALL

Line 57: pa_implementations_all imp, -- Bug Fix 8284858

53: x_accnt_period_type,
54: x_sets_of_books_id
55: FROM
56: pa_time_cal_name fiin,
57: pa_implementations_all imp, -- Bug Fix 8284858
58: gl_sets_of_books sob
59: WHERE
60: imp.set_of_books_id = sob.set_of_books_id
61: AND imp.org_id = p_org_id -- MOAC Changes

Line 76: pa_implementations_all imp -- Bug Fix 8284858

72: x_accnt_period_type,
73: x_sets_of_books_id
74: FROM
75: pa_time_cal_name fiin,
76: pa_implementations_all imp -- Bug Fix 8284858
77: WHERE
78: imp.period_set_name = fiin.period_set_name
79: AND imp.org_id = p_org_id -- MOAC Changes
80: AND fiin.period_type = imp.pa_period_type;

Line 1257: from pa_implementations_all

1253:
1254: --added for bug 12331139
1255: select same_pa_gl_period into
1256: l_same_pa_gl_period
1257: from pa_implementations_all
1258: where org_id = p_org_id;
1259:
1260: --Get the period id and names (with status)
1261: