DBA Data[Home] [Help]

APPS.AP_AUTOSELECT_PKG dependencies on AP_INTEREST_INVOICE_PKG

Line 440: l_debug_info := 'Calling ap_interest_invoice_pkg';

436: and asi.checkrun_id = p_checkrun_id;
437:
438:
439:
440: l_debug_info := 'Calling ap_interest_invoice_pkg';
441: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) THEN
442: fnd_file.put_line(FND_FILE.LOG,l_debug_info);
443: END IF;
444:

Line 447: ap_interest_invoice_pkg.ap_calculate_interest(

443: END IF;
444:
445:
446:
447: ap_interest_invoice_pkg.ap_calculate_interest(
448: P_INVOICE_ID =>l_invoice_id,
449: P_SYS_AUTO_CALC_INT_FLAG =>'Y', --should always be "Y" b/c of cursor where clause
450: P_AUTO_CALCULATE_INTEREST_FLAG =>'Y', --should always be "Y" b/c of cursor where clause
451: P_CHECK_DATE =>P_check_date,