DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PROCESSING_PKG dependencies on JAI_CMN_RG_OTHERS_PKG

Line 221: jai_cmn_rg_others_pkg.check_balances(

217:
218: fnd_file.put_line(FND_FILE.LOG, ' Call RG others check balances');
219:
220: lv_register_type := 'RG23A';
221: jai_cmn_rg_others_pkg.check_balances(
222: p_organization_id => p_organization_id ,
223: p_location_id => p_location_id ,
224: p_register_type => lv_register_type ,
225: p_trx_amount => p_cess_amount ,

Line 239: jai_cmn_rg_others_pkg .check_sh_balances(

235: end if;
236:
237: fnd_file.put_line(FND_FILE.LOG, ' call RG others sh check balances');
238: /* added by ssawant for bug 5989740 */
239: jai_cmn_rg_others_pkg .check_sh_balances(
240: p_organization_id => p_organization_id ,
241: p_location_id => p_location_id ,
242: p_register_type => lv_register_type ,
243: p_trx_amount => p_sh_cess_amount ,

Line 258: jai_cmn_rg_others_pkg.check_balances(

254:
255: fnd_file.put_line(FND_FILE.LOG, ' call rg23 c check balances');
256:
257: lv_register_type := 'RG23C';
258: jai_cmn_rg_others_pkg.check_balances(
259: p_organization_id => p_organization_id ,
260: p_location_id => p_location_id ,
261: p_register_type => lv_register_type ,
262: p_trx_amount => p_cess_amount ,

Line 277: jai_cmn_rg_others_pkg .check_sh_balances(

273: fnd_file.put_line(FND_FILE.LOG, ' call rg 23 c sh check balances');
274:
275: /* added by ssawant for bug 5989740 */
276: lv_register_type := 'RG23C';
277: jai_cmn_rg_others_pkg .check_sh_balances(
278: p_organization_id => p_organization_id ,
279: p_location_id => p_location_id ,
280: p_register_type => lv_register_type ,
281: p_trx_amount => p_sh_cess_amount ,

Line 295: jai_cmn_rg_others_pkg.check_balances(

291:
292: fnd_file.put_line(FND_FILE.LOG, ' call pla check balances');
293:
294: lv_register_type := 'PLA';
295: jai_cmn_rg_others_pkg.check_balances(
296: p_organization_id => p_organization_id ,
297: p_location_id => p_location_id ,
298: p_register_type => lv_register_type ,
299: p_trx_amount => p_cess_amount ,

Line 312: jai_cmn_rg_others_pkg .check_sh_balances(

308: end if;
309: fnd_file.put_line(FND_FILE.LOG, ' call pla sh check balances');
310:
311: /* added by ssawant for bug 5989740 */
312: jai_cmn_rg_others_pkg .check_sh_balances(
313: p_organization_id => p_organization_id ,
314: p_location_id => p_location_id ,
315: p_register_type => lv_register_type ,
316: p_trx_amount => p_sh_cess_amount ,