DBA Data[Home] [Help]

APPS.IBY_OFFLINEDB_PKG dependencies on IBY_TANGIBLE

Line 35: i_billeracct iby_tangible.acctno%type,

31: DEFAULT NULL ,
32:
33: i_instrtype iby_trxn_summaries_all.instrtype%type,
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,

Line 36: i_refinfo iby_tangible.refinfo%type,

32:
33: i_instrtype iby_trxn_summaries_all.instrtype%type,
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,

Line 37: i_memo iby_tangible.memo%type,

33: i_instrtype iby_trxn_summaries_all.instrtype%type,
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

Line 40: i_OrderMedium IN iby_tangible.Order_Medium%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:
44:

Line 41: i_EftAuthMethod IN iby_tangible.Eft_Auth_Method%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:
44:
45: /*

Line 77: i_billeracct iby_tangible.acctno%type,

73: DEFAULT NULL ,
74:
75: i_instrtype iby_trxn_summaries_all.instrtype%type,
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,

Line 78: i_refinfo iby_tangible.refinfo%type,

74:
75: i_instrtype iby_trxn_summaries_all.instrtype%type,
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,

Line 79: i_memo iby_tangible.memo%type,

75: i_instrtype iby_trxn_summaries_all.instrtype%type,
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,

Line 86: i_OrderMedium IN iby_tangible.Order_Medium%TYPE,

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:
90: /*

Line 87: i_EftAuthMethod IN iby_tangible.Eft_Auth_Method%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:
90: /*
91: ** Procedure Name : scheduleCCCancel