DBA Data[Home] [Help]

APPS.IBY_BEPINFO_PKG dependencies on IBY_BEPLANGS_PKG

Line 197: iby_beplangs_pkg.createBEPLangs(io_bepid, i_preNLSLang,

193: iby_pmtschemes_pkg.createPmtScheme(io_bepid, i_pmtschemename);
194: END IF;
195:
196: --create NLS Languages.
197: iby_beplangs_pkg.createBEPLangs(io_bepid, i_preNLSLang,
198: i_opt1NLSLang, i_opt2NLSLang);
199:
200: commit;
201:

Line 517: iby_beplangs_pkg.createBEPLangs(i_bepid, i_preNLSLang,

513: -- replace pmt scheme info
514: iby_pmtschemes_pkg.createPmtScheme(i_bepid, i_pmtschemename);
515:
516: -- replace NLS Languages.
517: iby_beplangs_pkg.createBEPLangs(i_bepid, i_preNLSLang,
518: i_opt1NLSLang, i_opt2NLSLang);
519: commit;
520: end modbepinfo;
521:

Line 683: iby_beplangs_pkg.createBEPLangs(i_bepid, i_preNLSLang,

679: -- and BEP langs update, as there are no business requirement
680: -- at this point.
681:
682: -- replace NLS Languages.
683: iby_beplangs_pkg.createBEPLangs(i_bepid, i_preNLSLang,
684: i_opt1NLSLang, i_opt2NLSLang);
685: commit;
686:
687: end update_BEPInfo;