DBA Data[Home] [Help]

APPS.AP_WEB_MANAGEMENT_REPORTS_PKG dependencies on ICX_SEC

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

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