DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on AP_PAY_IN_FULL_PKG

Line 973: || AP_PAY_IN_FULL_PKG.AP_LOCK_INVOICES

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

Line 1212: l_amount := AP_PAY_IN_FULL_PKG.AP_Get_Check_Amount(

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

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

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

Line 1470: AP_PAY_IN_FULL_PKG.AP_Create_Payments(

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