DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PO_DOC_STYLE_GRP

Line 8235: LOG_MESSAGE('copy_lines_and_children','Calling PO_DOC_STYLE_GRP.GET_DOCUMENT_STYLE_SETTINGS for destination auction here');

8231: WHERE
8232: hdr.auction_header_id = l_auction_header_id AND
8233: doctypes.DOCTYPE_ID = p_doctype_id;
8234:
8235: LOG_MESSAGE('copy_lines_and_children','Calling PO_DOC_STYLE_GRP.GET_DOCUMENT_STYLE_SETTINGS for destination auction here');
8236:
8237: IF (l_d_po_style_id > 0) THEN
8238:
8239: LOG_MESSAGE('copy_lines_and_children','l_d_po_style_id is not null; l_d_po_style_id : ' || l_d_po_style_id);

Line 8242: PO_DOC_STYLE_GRP.GET_DOCUMENT_STYLE_SETTINGS(

8238:
8239: LOG_MESSAGE('copy_lines_and_children','l_d_po_style_id is not null; l_d_po_style_id : ' || l_d_po_style_id);
8240:
8241:
8242: PO_DOC_STYLE_GRP.GET_DOCUMENT_STYLE_SETTINGS(
8243: P_API_VERSION => 1.0,
8244: P_STYLE_ID => l_d_po_style_id,
8245: X_STYLE_NAME => l_dummy1,
8246: X_STYLE_DESCRIPTION => l_dummy2,