DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_DOC_STYLE_GRP

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

4938: p_po_header_id => x_autocreated_doc_id,
4939: p_doc_subtype => x_doc_type_to_create,
4940: p_mode => 'update');
4941:
4942: IF PO_DOC_STYLE_GRP.is_standard_doc_style(l_style_id) = 'Y' THEN
4943: l_open_form := 'PO_POXPOEPO:PO_HEADER_ID="' || '&' ||
4944: 'AUTOCREATED_DOC_ID"' ||
4945: ' ACCESS_LEVEL_CODE="MODIFY"' ||
4946: ' POXPOEPO_CALLING_FORM="POXSTNOT"';

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

5698: /* Get the group_id since we only want to process lines belonging
5699: * to the same group. We need to get the group_id before opening
5700: * the cursor since it is a parameter to the cursor.
5701: */
5702: l_style_id := PO_DOC_STYLE_GRP.get_standard_doc_style; --
5703:
5704: x_group_id := po_wf_util_pkg.GetItemAttrNumber (itemtype => itemtype,
5705: itemkey => itemkey,
5706: aname => 'GROUP_ID');