DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PKG dependencies on MO_GLOBAL

Line 3042: and mo_global.check_access(jowla.org_id) = 'Y'

3038: FOR temp_rec IN ( Select distinct joogtt.delivery_id
3039: From JAI_OM_OE_GEN_TAXINV_T joogtt,
3040: jai_om_wsh_lines_all jowla
3041: where joogtt.delivery_id = jowla.delivery_id
3042: and mo_global.check_access(jowla.org_id) = 'Y'
3043: ) /*Added join of table jai_om_wsh_lines_all and check_access by mmurtuza for bug 16308603*/
3044: LOOP
3045: BEGIN
3046: fnd_file.put_line ( fnd_file.log , ' Calling jai_om_wsh_pkg.process_delivery with delivery id => ' || temp_rec.delivery_id );