DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on PO_DOC_STYLE_GRP

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

9401: WHERE
9402: hdr.auction_header_id = l_auction_header_id AND
9403: doctypes.DOCTYPE_ID = p_doctype_id;
9404: l_test_count := 5;
9405: LOG_MESSAGE('copy_lines_and_children','Calling PO_DOC_STYLE_GRP.GET_DOCUMENT_STYLE_SETTINGS for destination auction here');
9406:
9407: IF (l_d_po_style_id > 0) THEN
9408: l_test_count := l_test_count+5;
9409: 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 9412: PO_DOC_STYLE_GRP.GET_DOCUMENT_STYLE_SETTINGS(

9408: l_test_count := l_test_count+5;
9409: LOG_MESSAGE('copy_lines_and_children','l_d_po_style_id is not null; l_d_po_style_id : ' || l_d_po_style_id);
9410:
9411:
9412: PO_DOC_STYLE_GRP.GET_DOCUMENT_STYLE_SETTINGS(
9413: P_API_VERSION => 1.0,
9414: P_STYLE_ID => l_d_po_style_id,
9415: X_STYLE_NAME => l_dummy1,
9416: X_STYLE_DESCRIPTION => l_dummy2,