DBA Data[Home] [Help]

APPS.POS_REVISION_DIFFERENCES dependencies on PO_HEADERS_ALL

Line 444: from po_headers_all

440:
441:
442: select nvl(global_agreement_flag,'N')
443: into x_global_agree_flag
444: from po_headers_all
445: where po_header_id = p_header_id;
446:
447: IF v_comparison_flag = 'ALL' then
448: v_comparison_flag := 'PREVIOUS';