DBA Data[Home] [Help]

APPS.GMF_AP_GET_INVOICE_PRICE dependencies on GL_SETS_OF_BOOKS

Line 49: gl_sets_of_books sob

45: po_distributions_all pd,
46: cpg_oragems_mapping map,
47: po_lines_all pl,
48: mtl_system_items msi,
49: gl_sets_of_books sob
50: WHERE i.invoice_num = invoicenum
51: AND i.invoice_id LIKE NVL ( invoiceid, i.invoice_id)
52: AND i.vendor_id LIKE NVL ( vendorid, i.vendor_id)
53: AND i.invoice_type_lookup_code = invoicetype

Line 116: gl_sets_of_books sob

112: po_distributions_all pd,
113: cpg_oragems_mapping map,
114: po_lines_all pl,
115: mtl_system_items msi,
116: gl_sets_of_books sob
117: WHERE i.invoice_num LIKE NVL( invoicenum, i.invoice_num)
118: AND i.invoice_id LIKE NVL ( invoiceid, i.invoice_id)
119: AND i.vendor_id LIKE NVL ( vendorid, i.vendor_id)
120: AND i.invoice_type_lookup_code = invoicetype