DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on AP_INTEREST_INVOICE_PKG

Line 246: l_debug_info := 'Calling ap_interest_invoice_pkg';

242: and asi.checkrun_id = p_checkrun_id;
243:
244:
245:
246: l_debug_info := 'Calling ap_interest_invoice_pkg';
247: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) THEN
248: fnd_file.put_line(FND_FILE.LOG,l_debug_info);
249: END IF;
250:

Line 253: ap_interest_invoice_pkg.ap_calculate_interest(

249: END IF;
250:
251:
252:
253: ap_interest_invoice_pkg.ap_calculate_interest(
254: P_INVOICE_ID =>l_invoice_id,
255: P_SYS_AUTO_CALC_INT_FLAG =>'Y', --should always be "Y" b/c of cursor where clause
256: P_AUTO_CALCULATE_INTEREST_FLAG =>'Y', --should always be "Y" b/c of cursor where clause
257: P_CHECK_DATE =>P_check_date,