DBA Data[Home] [Help]

APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on IBY_ACCTTYPE

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

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

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

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

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

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

Line 269: i_instr_type iby_accttype.instrtype%type);

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

Line 288: i_instrtype IN iby_accttype.instrtype%type,

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