DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on AP_PAY_IN_FULL_PKG

Line 972: || AP_PAY_IN_FULL_PKG.AP_LOCK_INVOICES

968: || ==============================================================
969: || - Lock Invoices
970: || --------------------------------------------------------------
971: || Payment workbench actually calls the following code to
972: || AP_PAY_IN_FULL_PKG.AP_LOCK_INVOICES
973: ||
974: || However all this code does is that it locks all the invoices
975: || that are passed in via the p_invoice_id_list parameter.
976: || It also will return the payment_method_code for each

Line 1211: l_amount := AP_PAY_IN_FULL_PKG.AP_Get_Check_Amount(

1207: l_debug_info := 'Getting the Check Amount';
1208: print_debuginfo(l_module_name, l_debug_info,
1209: G_LEVEL_PROCEDURE);
1210:
1211: l_amount := AP_PAY_IN_FULL_PKG.AP_Get_Check_Amount(
1212: to_char(p_invoice_id),
1213: NULL,
1214: p_payment_type_flag,
1215: sysdate,

Line 1465: l_debug_info := 'Calling Ap_Pay_In_Full_Pkg.Create_Payments';

1461:
1462: -- Any witholding distributions or Interest Invoices are created
1463: -- in the call to Create_Single_Payments.
1464:
1465: l_debug_info := 'Calling Ap_Pay_In_Full_Pkg.Create_Payments';
1466: print_debuginfo(l_module_name, l_debug_info,
1467: G_LEVEL_PROCEDURE);
1468:
1469: AP_PAY_IN_FULL_PKG.AP_Create_Payments(

Line 1469: AP_PAY_IN_FULL_PKG.AP_Create_Payments(

1465: l_debug_info := 'Calling Ap_Pay_In_Full_Pkg.Create_Payments';
1466: print_debuginfo(l_module_name, l_debug_info,
1467: G_LEVEL_PROCEDURE);
1468:
1469: AP_PAY_IN_FULL_PKG.AP_Create_Payments(
1470: to_char(p_invoice_id),
1471: NULL,
1472: l_check_rec.check_id,
1473: p_payment_type_flag,