DBA Data[Home] [Help]

APPS.AP_WEB_MANAGEMENT_REPORTS_PKG dependencies on ICX_SEC

Line 69: AND MAP.accounting_date = to_date(P_Date, icx_sec.getID(icx_sec.PV_DATE_FORMAT))

65: gl_periods glps
66: WHERE SOB.set_of_books_id = SP.set_of_books_id
67: AND MAP.period_set_name = SOB.period_set_name
68: AND MAP.period_type = P_PeriodType
69: AND MAP.accounting_date = to_date(P_Date, icx_sec.getID(icx_sec.PV_DATE_FORMAT))
70: AND GLPS.period_name = MAP.period_name
71: AND GLPS.period_set_name = SOB.period_set_name;
72:
73: BEGIN