DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_UTIL dependencies on AR_RECEIPT_METHODS

Line 731: ar_receipt_methods.receipt_method_id%type,

727: hz_cust_site_uses.site_use_id%type,
728: p_currency_code IN
729: fnd_currencies.currency_code%type,
730: p_crtrx_receipt_method_id IN
731: ar_receipt_methods.receipt_method_id%type,
732: p_payment_method_name OUT NOCOPY
733: ar_receipt_methods.name%type,
734: p_receipt_method_id OUT NOCOPY
735: ar_receipt_methods.receipt_method_id%type,

Line 733: ar_receipt_methods.name%type,

729: fnd_currencies.currency_code%type,
730: p_crtrx_receipt_method_id IN
731: ar_receipt_methods.receipt_method_id%type,
732: p_payment_method_name OUT NOCOPY
733: ar_receipt_methods.name%type,
734: p_receipt_method_id OUT NOCOPY
735: ar_receipt_methods.receipt_method_id%type,
736: p_creation_method_code OUT NOCOPY
737: ar_receipt_classes.creation_method_code%type

Line 735: ar_receipt_methods.receipt_method_id%type,

731: ar_receipt_methods.receipt_method_id%type,
732: p_payment_method_name OUT NOCOPY
733: ar_receipt_methods.name%type,
734: p_receipt_method_id OUT NOCOPY
735: ar_receipt_methods.receipt_method_id%type,
736: p_creation_method_code OUT NOCOPY
737: ar_receipt_classes.creation_method_code%type
738: ) RETURN BOOLEAN IS
739:

Line 740: l_payment_method_name ar_receipt_methods.name%type;

736: p_creation_method_code OUT NOCOPY
737: ar_receipt_classes.creation_method_code%type
738: ) RETURN BOOLEAN IS
739:
740: l_payment_method_name ar_receipt_methods.name%type;
741: l_receipt_method_id ar_receipt_methods.receipt_method_id%type;
742: l_creation_method_code ar_receipt_classes.creation_method_code%type;
743:
744: BEGIN

Line 741: l_receipt_method_id ar_receipt_methods.receipt_method_id%type;

737: ar_receipt_classes.creation_method_code%type
738: ) RETURN BOOLEAN IS
739:
740: l_payment_method_name ar_receipt_methods.name%type;
741: l_receipt_method_id ar_receipt_methods.receipt_method_id%type;
742: l_creation_method_code ar_receipt_classes.creation_method_code%type;
743:
744: BEGIN
745:

Line 758: FROM ar_receipt_methods arm,

754: l_creation_method_code,
755: p_payment_method_name,
756: p_receipt_method_id,
757: p_creation_method_code
758: FROM ar_receipt_methods arm,
759: ra_cust_receipt_methods rcrm,
760: ar_receipt_method_accounts arma,
761: ce_bank_accounts cba,
762: ce_bank_acct_uses aba,

Line 1025: ar_receipt_methods.receipt_method_id%type,

1021: hz_cust_account_roles.cust_account_role_id%type,
1022: p_primary_salesrep_id IN
1023: ra_salesreps.salesrep_id%type,
1024: p_receipt_method_id IN
1025: ar_receipt_methods.receipt_method_id%type,
1026: p_customer_bank_account_id IN
1027: ce_bank_accounts.bank_account_id%type,
1028: p_paying_customer_id IN
1029: hz_cust_accounts.cust_account_id%type,

Line 1080: ar_receipt_methods.receipt_method_id%type,

1076: p_crtrx_open_rec_flag IN
1077: ra_cust_trx_types.accounting_affect_flag%type,
1078: --
1079: p_crtrx_receipt_method_id IN
1080: ar_receipt_methods.receipt_method_id%type,
1081: p_crtrx_cust_bank_account_id IN
1082: ce_bank_accounts.bank_account_id%type,
1083: p_crtrx_ship_via IN
1084: ra_customer_trx.ship_via%type,

Line 1142: ar_receipt_methods.receipt_method_id%type,

1138: hz_cust_account_roles.cust_account_role_id%type,
1139: p_default_primary_salesrep_id OUT NOCOPY
1140: ra_salesreps.salesrep_id%type,
1141: p_default_receipt_method_id OUT NOCOPY
1142: ar_receipt_methods.receipt_method_id%type,
1143: p_default_cust_bank_account_id OUT NOCOPY
1144: ce_bank_accounts.bank_account_id%type,
1145: p_default_paying_customer_id OUT NOCOPY
1146: hz_cust_accounts.cust_account_id%type,

Line 1191: l_receipt_method_id ar_receipt_methods.receipt_method_id%type;

1187: l_parent_customer_id hz_cust_accounts.cust_account_id%type;
1188: l_paying_site_use_id hz_cust_site_uses.site_use_id%type;
1189: l_parent_site_use_id hz_cust_site_uses.site_use_id%type;
1190:
1191: l_receipt_method_id ar_receipt_methods.receipt_method_id%type;
1192: l_payment_method_name ar_receipt_methods.name%type;
1193: l_creation_method_code ar_receipt_classes.creation_method_code%type;
1194: l_cust_bank_account_id ce_bank_accounts.bank_account_id%type;
1195: l_bank_account_num ce_bank_accounts.bank_account_num%type;

Line 1192: l_payment_method_name ar_receipt_methods.name%type;

1188: l_paying_site_use_id hz_cust_site_uses.site_use_id%type;
1189: l_parent_site_use_id hz_cust_site_uses.site_use_id%type;
1190:
1191: l_receipt_method_id ar_receipt_methods.receipt_method_id%type;
1192: l_payment_method_name ar_receipt_methods.name%type;
1193: l_creation_method_code ar_receipt_classes.creation_method_code%type;
1194: l_cust_bank_account_id ce_bank_accounts.bank_account_id%type;
1195: l_bank_account_num ce_bank_accounts.bank_account_num%type;
1196: l_bank_name ce_bank_branches_v.bank_name%type;

Line 1200: -- 7/18/98: gjayanth: ar_receipt_methods.payment_type_code is an

1196: l_bank_name ce_bank_branches_v.bank_name%type;
1197: l_bank_branch_name ce_bank_branches_v.bank_branch_name%type;
1198: l_bank_branch_id ce_bank_branches_v.branch_party_id%TYPE;
1199:
1200: -- 7/18/98: gjayanth: ar_receipt_methods.payment_type_code is an
1201: -- additional parameter to get_bank_defaults().
1202: --
1203: l_payment_type_code ar_receipt_methods.payment_type_code%type := NULL;
1204:

Line 1203: l_payment_type_code ar_receipt_methods.payment_type_code%type := NULL;

1199:
1200: -- 7/18/98: gjayanth: ar_receipt_methods.payment_type_code is an
1201: -- additional parameter to get_bank_defaults().
1202: --
1203: l_payment_type_code ar_receipt_methods.payment_type_code%type := NULL;
1204:
1205: -- Added for bug # 2712726
1206: -- ORASHID
1207: --