DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on PO_DOC_STYLE_HEADERS

Line 111: x_clm_flag IN po_doc_style_headers.clm_flag%TYPE, -- CLM

107: x_bill_to_location_id IN OUT NOCOPY po_headers.bill_to_location_id%TYPE,
108: x_fob_lookup_code IN OUT NOCOPY po_headers.fob_lookup_code%TYPE,
109: x_freight_terms_lu_code IN OUT NOCOPY po_headers.freight_terms_lookup_code%TYPE,
110: x_terms_id IN OUT NOCOPY po_headers.terms_id%TYPE,
111: x_clm_flag IN po_doc_style_headers.clm_flag%TYPE, -- CLM
112: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
113: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE
114: );
115:

Line 769: x_clm_flag IN po_doc_style_headers.clm_flag%TYPE, -- CLM

765: x_bill_to_location_id IN OUT NOCOPY po_headers.bill_to_location_id%TYPE,
766: x_fob_lookup_code IN OUT NOCOPY po_headers.fob_lookup_code%TYPE,
767: x_freight_terms_lu_code IN OUT NOCOPY po_headers.freight_terms_lookup_code%TYPE,
768: x_terms_id IN OUT NOCOPY po_headers.terms_id%TYPE,
769: x_clm_flag IN po_doc_style_headers.clm_flag%TYPE, -- CLM
770: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
771: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE
772: ) IS
773:

Line 2510: FROM po_doc_style_headers

2506: -- CLM Start
2507:
2508: SELECT nvl(clm_flag, 'N')
2509: INTO l_clm_flag
2510: FROM po_doc_style_headers
2511: WHERE style_id = x_po_header_record.style_id;
2512:
2513: --
2514: -- Validate the status of Source IDV.