DBA Data[Home] [Help]

APPS.AP_INVOICES_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 2321: FROM ap_system_parameters_all SP --5126689

2317: 'Y',y_date,
2318: 'N',n_date,
2319: TRUNC(P_Date)))
2320: INTO l_current_date
2321: FROM ap_system_parameters_all SP --5126689
2322: WHERE sp.org_id = p_org_id;
2323:
2324: -- Initialize the IN OUT NOCOPY variables
2325: P_GL_Date := '';