DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on AR_RECEIPT_METHODS

Line 67: ar_receipt_methods.name%type,

63: hz_cust_accounts.cust_account_id%type,
64: p_bill_to_site_use_id IN
65: hz_cust_site_uses.site_use_id%type,
66: p_payment_method_name OUT NOCOPY
67: ar_receipt_methods.name%type,
68: p_receipt_method_id OUT NOCOPY
69: ar_receipt_methods.receipt_method_id%type,
70: p_creation_method_code OUT NOCOPY
71: ar_receipt_classes.creation_method_code%type,

Line 69: ar_receipt_methods.receipt_method_id%type,

65: hz_cust_site_uses.site_use_id%type,
66: p_payment_method_name OUT NOCOPY
67: ar_receipt_methods.name%type,
68: p_receipt_method_id OUT NOCOPY
69: ar_receipt_methods.receipt_method_id%type,
70: p_creation_method_code OUT NOCOPY
71: ar_receipt_classes.creation_method_code%type,
72: p_trx_manual_flag IN VARCHAR2 DEFAULT 'N'
73: );

Line 85: ar_receipt_methods.name%type,

81: hz_cust_site_uses.site_use_id%type,
82: p_currency_code IN
83: fnd_currencies.currency_code%type,
84: p_payment_method_name OUT NOCOPY
85: ar_receipt_methods.name%type,
86: p_receipt_method_id OUT NOCOPY
87: ar_receipt_methods.receipt_method_id%type,
88: p_creation_method_code OUT NOCOPY
89: ar_receipt_classes.creation_method_code%type

Line 87: ar_receipt_methods.receipt_method_id%type,

83: fnd_currencies.currency_code%type,
84: p_payment_method_name OUT NOCOPY
85: ar_receipt_methods.name%type,
86: p_receipt_method_id OUT NOCOPY
87: ar_receipt_methods.receipt_method_id%type,
88: p_creation_method_code OUT NOCOPY
89: ar_receipt_classes.creation_method_code%type
90: ) RETURN BOOLEAN;
91:

Line 107: ar_receipt_methods.payment_type_code%type,

103: hz_cust_accounts.cust_account_id%type,
104: p_bill_to_site_use_id IN
105: hz_cust_site_uses.site_use_id%type,
106: p_payment_type_code IN
107: ar_receipt_methods.payment_type_code%type,
108: p_customer_bank_account_id OUT NOCOPY
109: ce_bank_accounts.bank_account_id%type,
110: p_bank_account_num OUT NOCOPY
111: ce_bank_accounts.bank_account_num%type,

Line 135: ar_receipt_methods.payment_type_code%type,

131: hz_cust_accounts.cust_account_id%type,
132: p_bill_to_site_use_id IN
133: hz_cust_site_uses.site_use_id%type,
134: p_payment_type_code IN
135: ar_receipt_methods.payment_type_code%type,
136: p_payment_method_name OUT NOCOPY
137: ar_receipt_methods.name%type,
138: p_receipt_method_id OUT NOCOPY
139: ar_receipt_methods.receipt_method_id%type,

Line 137: ar_receipt_methods.name%type,

133: hz_cust_site_uses.site_use_id%type,
134: p_payment_type_code IN
135: ar_receipt_methods.payment_type_code%type,
136: p_payment_method_name OUT NOCOPY
137: ar_receipt_methods.name%type,
138: p_receipt_method_id OUT NOCOPY
139: ar_receipt_methods.receipt_method_id%type,
140: p_creation_method_code OUT NOCOPY
141: ar_receipt_classes.creation_method_code%type,

Line 139: ar_receipt_methods.receipt_method_id%type,

135: ar_receipt_methods.payment_type_code%type,
136: p_payment_method_name OUT NOCOPY
137: ar_receipt_methods.name%type,
138: p_receipt_method_id OUT NOCOPY
139: ar_receipt_methods.receipt_method_id%type,
140: p_creation_method_code OUT NOCOPY
141: ar_receipt_classes.creation_method_code%type,
142: p_customer_bank_account_id OUT NOCOPY
143: ce_bank_accounts.bank_account_id%type,

Line 186: ar_receipt_methods.payment_channel_code%type

182:
183:
184: FUNCTION get_payment_channel_name(
185: p_payment_channel_code IN
186: ar_receipt_methods.payment_channel_code%type
187: ) RETURN VARCHAR2;
188:
189: FUNCTION get_party_id (
190: p_cust_account_id IN

Line 198: ar_receipt_methods.payment_channel_code%type

194: FUNCTION get_payment_instrument(
195: p_payment_trxn_extension_id IN
196: ra_customer_trx.payment_trxn_extension_id%type,
197: p_payment_channel_code IN
198: ar_receipt_methods.payment_channel_code%type
199: ) RETURN VARCHAR2;
200:
201:
202: --4778839

Line 206: ar_receipt_methods.payment_channel_code%type,

202: --4778839
203: PROCEDURE get_br_bank_defaults( p_payment_trxn_extension_id IN
204: ra_customer_trx.payment_trxn_extension_id%type,
205: p_payment_channel_code IN
206: ar_receipt_methods.payment_channel_code%type,
207: p_bank_name OUT NOCOPY
208: iby_trxn_extensions_v.bank_name%type,
209: p_branch_name OUT NOCOPY
210: iby_trxn_extensions_v.bank_branch_name%type,