DBA Data[Home] [Help]

APPS.PJI_RESOURCE_UTILZ dependencies on FII_TIME_CAL_NAME

Line 56: fii_time_cal_name fiin,

52: INTO x_calendar_id,
53: x_accnt_period_type,
54: x_sets_of_books_id
55: FROM
56: fii_time_cal_name fiin,
57: pa_implementations imp,
58: gl_sets_of_books sob
59: WHERE
60: imp.set_of_books_id = sob.set_of_books_id

Line 75: fii_time_cal_name fiin,

71: INTO x_calendar_id,
72: x_accnt_period_type,
73: x_sets_of_books_id
74: FROM
75: fii_time_cal_name fiin,
76: pa_implementations imp
77: WHERE
78: imp.period_set_name = fiin.period_set_name
79: AND imp.org_id = p_org_id -- MOAC Changes