DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_INTEREST_INVOICE_PKG

Line 438: AP_INTEREST_INVOICE_PKG.AP_CALCULATE_INTEREST(

434: AND (P_auto_calc_int_flag = 'Y')) THEN --Bug 2119368: AND condition added
435: l_log_msg := 'Calulate interest invoice amount for invoice_id:' ||
436: to_char(P_invoice_id) || ' payment_num:' ||
437: to_char(l_payment_num);
438: AP_INTEREST_INVOICE_PKG.AP_CALCULATE_INTEREST(
439: P_invoice_id,
440: P_sys_auto_calc_int_flag,
441: P_auto_calc_int_flag,
442: P_check_date,

Line 988: AP_INTEREST_INVOICE_PKG.AP_CALCULATE_INTEREST(

984: IF ((P_payment_type_flag = 'Q') AND (P_auto_calc_int_flag = 'Y')) THEN
985: l_log_msg := 'Calulate interest invoice amount for invoice_id:' ||
986: to_char(P_invoice_id) || ' payment_num:' ||
987: to_char(l_payment_num);
988: AP_INTEREST_INVOICE_PKG.AP_CALCULATE_INTEREST(
989: P_invoice_id,
990: P_sys_auto_calc_int_flag,
991: P_auto_calc_int_flag,
992: P_check_date,

Line 1249: AP_INTEREST_INVOICE_PKG.AP_CREATE_INTEREST_INVOICE(

1245:
1246:
1247:
1248:
1249: AP_INTEREST_INVOICE_PKG.AP_CREATE_INTEREST_INVOICE(
1250: P_invoice_id => P_invoice_id,
1251: P_int_invoice_id => l_interest_invoice_id,
1252: P_check_id => P_check_id,
1253: P_payment_num => l_payment_num,