DBA Data[Home] [Help]

APPS.AP_PAY_IN_FULL_PKG dependencies on AP_INTEREST_INVOICE_PKG

Line 486: AP_INTEREST_INVOICE_PKG.AP_CALCULATE_INTEREST(

482: AND (P_auto_calc_int_flag = 'Y')) THEN --Bug 2119368: AND condition added
483: l_log_msg := 'Calulate interest invoice amount for invoice_id:' ||
484: to_char(P_invoice_id) || ' payment_num:' ||
485: to_char(l_payment_num);
486: AP_INTEREST_INVOICE_PKG.AP_CALCULATE_INTEREST(
487: P_invoice_id,
488: P_sys_auto_calc_int_flag,
489: P_auto_calc_int_flag,
490: P_check_date,

Line 1167: AP_INTEREST_INVOICE_PKG.AP_CALCULATE_INTEREST(

1163: IF ((P_payment_type_flag = 'Q') AND (P_auto_calc_int_flag = 'Y')) THEN
1164: l_log_msg := 'Calulate interest invoice amount for invoice_id:' ||
1165: to_char(P_invoice_id) || ' payment_num:' ||
1166: to_char(l_payment_num);
1167: AP_INTEREST_INVOICE_PKG.AP_CALCULATE_INTEREST(
1168: P_invoice_id,
1169: P_sys_auto_calc_int_flag,
1170: P_auto_calc_int_flag,
1171: P_check_date,

Line 1428: AP_INTEREST_INVOICE_PKG.AP_CREATE_INTEREST_INVOICE(

1424:
1425:
1426:
1427:
1428: AP_INTEREST_INVOICE_PKG.AP_CREATE_INTEREST_INVOICE(
1429: P_invoice_id => P_invoice_id,
1430: P_int_invoice_id => l_interest_invoice_id,
1431: P_check_id => P_check_id,
1432: P_payment_num => l_payment_num,