DBA Data[Home] [Help]

APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_ACCTTYPE

Line 214: instr_type_in IN iby_accttype.instrtype%type);*/

210: o_bepid OUT NOCOPY IBY_BEPInfo.BEPID%TYPE,
211: o_suffix OUT NOCOPY IBY_BEPInfo.suffix%TYPE,
212: o_bep_base_url OUT NOCOPY IBY_BEPInfo.BaseURL%TYPE,
213: o_pmtschemeName OUT NOCOPY iby_pmtschemes.PmtSchemeName%TYPE,
214: instr_type_in IN iby_accttype.instrtype%type);*/
215:
216: /* Internal procedure that gets the bep configuration by */
217: /* the order_id for a non-SET bep (since it looks in the */
218: /* IBY_TRANSACTIONS table). */

Line 226: i_instrtype IN iby_accttype.instrtype%type);

222: o_bepid OUT NOCOPY IBY_BEPInfo.BEPID%TYPE,
223: o_suffix OUT NOCOPY IBY_BEPInfo.Suffix%TYPE,
224: o_bep_base_url OUT NOCOPY IBY_BEPInfo.BaseURL%TYPE,
225: o_pmtschemeName OUT NOCOPY iby_pmtschemes.PmtSchemeName%TYPE,
226: i_instrtype IN iby_accttype.instrtype%type);
227: */
228: /* Internal procedure that gets the bep configuration by */
229: /* the order_id for a SET bep (since it looks in the */
230: /* IBY_TRANSACTIONS_SET table). */

Line 247: i_instrtype IN iby_accttype.instrtype%type );

243: (i_suffix IN IBY_BEPInfo.Suffix%TYPE,
244: o_bepid OUT NOCOPY IBY_BEPInfo.BEPID%TYPE,
245: o_bep_base_url OUT NOCOPY IBY_BEPInfo.BaseURL%TYPE,
246: o_pmtschemename OUT NOCOPY iby_pmtschemes.PmtSchemeName%TYPE,
247: i_instrtype IN iby_accttype.instrtype%type );
248:
249:
250:
251: /* Internal procedure that finds the pmt method name using routing rules */

Line 266: i_instr_type iby_accttype.instrtype%type);

262: * Function: to make sure given instrument type is supported by payee
263: */
264:
265: PROCEDURE checkPayeeByAccpPmtMthd(i_payeeid iby_payee.payeeid%type,
266: i_instr_type iby_accttype.instrtype%type);
267:
268:
269: /* Procedure: getBEPLang
270: * Function: fetch valid nlslang based on input lang

Line 285: i_instrtype IN iby_accttype.instrtype%type,

281: io_beplang IN OUT NOCOPY iby_beplangs.beplang%type);
282: */
283:
284: PROCEDURE getPmtSchemeName(i_bepid IN iby_bepinfo.bepid%type,
285: i_instrtype IN iby_accttype.instrtype%type,
286: o_pmtschemename OUT
287: iby_pmtschemes.pmtschemename%type);
288:
289: PROCEDURE getBepUrl(i_base_url IN iby_bepinfo.baseurl%type,