DBA Data[Home] [Help]

APPS.IBY_OFFLINEDB_PKG dependencies on IBY_TRXN_CORE

Line 6: ** in the iby_trxn_summaries_all and iby_trxn_core

2: /*$Header: ibyoffls.pls 120.2 2005/10/30 05:48:46 appldev ship $*/
3: /*
4: ** Procedure Name : scheduleCC
5: ** Purpose : creates an entry for scheduling the CreditCard payments
6: ** in the iby_trxn_summaries_all and iby_trxn_core
7: ** tables. Returns the transactionid created
8: ** by the system.
9: */
10: procedure scheduleCC( i_ecappid iby_trxn_summaries_all.ecappid%type,

Line 25: i_authtype iby_trxn_core.authtype%type DEFAULT NULL,

21: i_currency iby_trxn_summaries_all.currencynamecode%type DEFAULT NULL,
22: i_trxntypeid iby_trxn_summaries_all.trxntypeid%type DEFAULT NULL,
23: i_nlslang iby_trxn_summaries_all.Nlslang%type DEFAULT NULL,
24: i_settledate iby_trxn_summaries_all.settledate%type DEFAULT NULL,
25: i_authtype iby_trxn_core.authtype%type DEFAULT NULL,
26: i_instrid iby_trxn_summaries_all.payerinstrid%type
27: DEFAULT NULL,
28: i_payerid iby_trxn_summaries_all.payerid%type
29: DEFAULT NULL,

Line 38: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,

34:
35: i_billeracct iby_tangible.acctno%type,
36: i_refinfo iby_tangible.refinfo%type,
37: i_memo iby_tangible.memo%type,
38: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,
39: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,
40: i_OrderMedium IN iby_tangible.Order_Medium%TYPE,
41: i_EftAuthMethod IN iby_tangible.Eft_Auth_Method%TYPE
42: );

Line 39: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,

35: i_billeracct iby_tangible.acctno%type,
36: i_refinfo iby_tangible.refinfo%type,
37: i_memo iby_tangible.memo%type,
38: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,
39: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,
40: i_OrderMedium IN iby_tangible.Order_Medium%TYPE,
41: i_EftAuthMethod IN iby_tangible.Eft_Auth_Method%TYPE
42: );
43:

Line 48: ** in the iby_trxn_summaries_all and iby_trxn_core

44:
45: /*
46: ** Procedure Name : schedulePC
47: ** Purpose : creates an entry for scheduling the PurchaseCard payments
48: ** in the iby_trxn_summaries_all and iby_trxn_core
49: ** tables. Returns the transactionid created
50: ** by the system.
51: */
52: procedure schedulePC( i_ecappid iby_trxn_summaries_all.ecappid%type,

Line 67: i_authtype iby_trxn_core.authtype%type DEFAULT NULL,

63: i_currency iby_trxn_summaries_all.currencynamecode%type DEFAULT NULL,
64: i_trxntypeid iby_trxn_summaries_all.trxntypeid%type DEFAULT NULL,
65: i_nlslang iby_trxn_summaries_all.Nlslang%type DEFAULT NULL,
66: i_settledate iby_trxn_summaries_all.settledate%type DEFAULT NULL,
67: i_authtype iby_trxn_core.authtype%type DEFAULT NULL,
68: i_instrid iby_trxn_summaries_all.payerinstrid%type
69: DEFAULT NULL,
70: i_payerid iby_trxn_summaries_all.payerid%type
71: DEFAULT NULL,

Line 80: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,

76:
77: i_billeracct iby_tangible.acctno%type,
78: i_refinfo iby_tangible.refinfo%type,
79: i_memo iby_tangible.memo%type,
80: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,
81: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,
82: i_ponum iby_trxn_core.ponumber%type,
83: i_taxamt iby_trxn_core.taxamount%type,
84: i_shipfromzip iby_trxn_core.shipfromzip%type,

Line 81: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,

77: i_billeracct iby_tangible.acctno%type,
78: i_refinfo iby_tangible.refinfo%type,
79: i_memo iby_tangible.memo%type,
80: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,
81: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,
82: i_ponum iby_trxn_core.ponumber%type,
83: i_taxamt iby_trxn_core.taxamount%type,
84: i_shipfromzip iby_trxn_core.shipfromzip%type,
85: i_shiptozip iby_trxn_core.shiptozip%type,

Line 82: i_ponum iby_trxn_core.ponumber%type,

78: i_refinfo iby_tangible.refinfo%type,
79: i_memo iby_tangible.memo%type,
80: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,
81: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,
82: i_ponum iby_trxn_core.ponumber%type,
83: i_taxamt iby_trxn_core.taxamount%type,
84: i_shipfromzip iby_trxn_core.shipfromzip%type,
85: i_shiptozip iby_trxn_core.shiptozip%type,
86: i_OrderMedium IN iby_tangible.Order_Medium%TYPE,

Line 83: i_taxamt iby_trxn_core.taxamount%type,

79: i_memo iby_tangible.memo%type,
80: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,
81: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,
82: i_ponum iby_trxn_core.ponumber%type,
83: i_taxamt iby_trxn_core.taxamount%type,
84: i_shipfromzip iby_trxn_core.shipfromzip%type,
85: i_shiptozip iby_trxn_core.shiptozip%type,
86: i_OrderMedium IN iby_tangible.Order_Medium%TYPE,
87: i_EftAuthMethod IN iby_tangible.Eft_Auth_Method%TYPE

Line 84: i_shipfromzip iby_trxn_core.shipfromzip%type,

80: i_voiceauthflag iby_trxn_core.voiceauthflag%type DEFAULT NULL,
81: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,
82: i_ponum iby_trxn_core.ponumber%type,
83: i_taxamt iby_trxn_core.taxamount%type,
84: i_shipfromzip iby_trxn_core.shipfromzip%type,
85: i_shiptozip iby_trxn_core.shiptozip%type,
86: i_OrderMedium IN iby_tangible.Order_Medium%TYPE,
87: i_EftAuthMethod IN iby_tangible.Eft_Auth_Method%TYPE
88: );

Line 85: i_shiptozip iby_trxn_core.shiptozip%type,

81: i_authcode iby_trxn_core.authcode%type DEFAULT NULL,
82: i_ponum iby_trxn_core.ponumber%type,
83: i_taxamt iby_trxn_core.taxamount%type,
84: i_shipfromzip iby_trxn_core.shipfromzip%type,
85: i_shiptozip iby_trxn_core.shiptozip%type,
86: i_OrderMedium IN iby_tangible.Order_Medium%TYPE,
87: i_EftAuthMethod IN iby_tangible.Eft_Auth_Method%TYPE
88: );
89:

Line 136: ** in the iby_trxn_summaries_all and iby_trxn_core

132: i_schedDate iby_batches_all.batchopendate%type);
133: /*
134: ** Procedure Name : scheduleSET
135: ** Purpose : creates an entry for scheduling the CreditCard payments
136: ** in the iby_trxn_summaries_all and iby_trxn_core
137: ** tables. Returns the transactionid created
138: ** by the system.
139: **
140: ** Parameters:

Line 164: i_authtype iby_trxn_core.authtype%type DEFAULT NULL,

160: i_currency iby_trxn_summaries_all.currencynamecode%type DEFAULT NULL,
161: i_trxntypeid iby_trxn_summaries_all.trxntypeid%type DEFAULT NULL,
162: i_nlslang iby_trxn_summaries_all.Nlslang%type DEFAULT NULL,
163: i_settledate iby_trxn_summaries_all.settledate%type DEFAULT NULL,
164: i_authtype iby_trxn_core.authtype%type DEFAULT NULL,
165: i_instrid iby_trxn_summaries_all.payerinstrid%type
166: DEFAULT NULL,
167: i_payerid iby_trxn_summaries_all.payerid%type
168: DEFAULT NULL,

Line 186: ** in the iby_trxn_summaries_all and iby_trxn_core and extended

182: terminalid iby_trxn_extended.TerminalId%type DEFAULT NULL);
183: /*
184: ** Procedure Name : scheduleSETOther
185: ** Purpose : creates an entry for scheduling the SET payments
186: ** in the iby_trxn_summaries_all and iby_trxn_core and extended
187: ** tables. Returns the transactionid created
188: ** by the system.
189: **
190: ** This procedure is used by follow-on transactions (other than cancel) such as

Line 208: i_authtype iby_trxn_core.authtype%type DEFAULT NULL,

204: i_currency iby_trxn_summaries_all.currencynamecode%type DEFAULT NULL,
205: i_trxntypeid iby_trxn_summaries_all.trxntypeid%type DEFAULT NULL,
206: i_nlslang iby_trxn_summaries_all.Nlslang%type DEFAULT NULL,
207: i_settledate iby_trxn_summaries_all.settledate%type DEFAULT NULL,
208: i_authtype iby_trxn_core.authtype%type DEFAULT NULL,
209: i_instrid iby_trxn_summaries_all.payerinstrid%type
210: DEFAULT NULL,
211: i_payerid iby_trxn_summaries_all.payerid%type
212: DEFAULT NULL,