DBA Data[Home] [Help]

APPS.PO_FUNDS_CHECKER dependencies on GL_LOOKUPS

Line 3204: gl_lookups gll,

3200: ' ' || l_distmsg ||
3201: to_char(prd.distribution_num) || ' ' ||
3202: gll.meaning
3203: from gl_bc_packets gbp,
3204: gl_lookups gll,
3205: po_requisition_lines prl,
3206: po_req_distributions prd
3207: where gbp.packet_id = g_packetid
3208: and gbp.status_code in ('R', 'F', 'T')

Line 3248: gl_lookups gll,

3244: l_distmsg ||
3245: to_char(pod.distribution_num) || ' ' ||
3246: gll.meaning
3247: from gl_bc_packets gbp,
3248: gl_lookups gll,
3249: po_lines pol,
3250: po_line_locations poll,
3251: po_distributions pod
3252: where gbp.packet_id = g_packetid