DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on PO_DOC_STYLE_HEADERS

Line 1138: from po_doc_style_headers psh,

1134: BEGIN
1135:
1136: select nvl(clm_flag,'N')
1137: into l_is_clm_enabled
1138: from po_doc_style_headers psh,
1139: po_headers_merge_v poh
1140: where psh.style_id = poh.style_id
1141: and poh.po_header_id = l_document_id
1142: and poh.draft_id = l_draft_id;