DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_DOC_STYLE_GRP

Line 5280: IF PO_DOC_STYLE_GRP.is_standard_doc_style(l_style_id) = 'Y' THEN

5276: p_po_header_id => x_autocreated_doc_id,
5277: p_doc_subtype => x_doc_type_to_create,
5278: p_mode => 'update');
5279:
5280: IF PO_DOC_STYLE_GRP.is_standard_doc_style(l_style_id) = 'Y' THEN
5281: l_open_form := 'PO_POXPOEPO:PO_HEADER_ID="' || '&' ||
5282: 'AUTOCREATED_DOC_ID"' ||
5283: ' ACCESS_LEVEL_CODE="MODIFY"' ||
5284: ' POXPOEPO_CALLING_FORM="POXSTNOT"';

Line 6084: l_style_id := PO_DOC_STYLE_GRP.get_standard_doc_style; --

6080: /* Get the group_id since we only want to process lines belonging
6081: * to the same group. We need to get the group_id before opening
6082: * the cursor since it is a parameter to the cursor.
6083: */
6084: l_style_id := PO_DOC_STYLE_GRP.get_standard_doc_style; --
6085:
6086: x_group_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,
6087: itemkey => itemkey,
6088: aname => 'GROUP_ID');