DBA Data[Home] [Help]

APPS.AP_INVOICES_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 2448: FROM ap_system_parameters_all SP --5126689

2444: 'Y',y_date,
2445: 'N',n_date,
2446: TRUNC(P_Date)))
2447: INTO l_current_date
2448: FROM ap_system_parameters_all SP --5126689
2449: WHERE sp.org_id = p_org_id;
2450:
2451: -- Initialize the IN OUT NOCOPY variables
2452: P_GL_Date := '';