DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_DOC_STYLE_PVT

Line 3365: c1_style_id := PO_DOC_STYLE_PVT.get_doc_style_id(nvl(c1_source_doc_id,c1_contract_id)); -- bug 4923134

3361:
3362:
3363: if (nvl(c1_source_doc_id,c1_contract_id) is not null) then
3364:
3365: c1_style_id := PO_DOC_STYLE_PVT.get_doc_style_id(nvl(c1_source_doc_id,c1_contract_id)); -- bug 4923134
3366:
3367: x_progress := '01: group_req_lines : c1_style_id = '|| to_char(c1_style_id);
3368: IF (g_po_wf_debug = 'Y') THEN
3369: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);

Line 3372: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,

3368: IF (g_po_wf_debug = 'Y') THEN
3369: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
3370: END IF;
3371:
3372: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
3373: p_init_msg_list => fnd_api.g_true,
3374: x_return_status => x_return_status,
3375: x_msg_count => x_msg_count,
3376: x_msg_data => x_msg_data,

Line 3556: c2_style_id := PO_DOC_STYLE_PVT.get_doc_style_id(nvl(c2_source_doc_id,c2_contract_id)); -- bug 4923134

3552: END IF;
3553:
3554: if (nvl(c2_source_doc_id,c2_contract_id) is not null) then
3555:
3556: c2_style_id := PO_DOC_STYLE_PVT.get_doc_style_id(nvl(c2_source_doc_id,c2_contract_id)); -- bug 4923134
3557:
3558: x_progress := '02: group_req_lines : c2_style_id = '|| to_char(c2_style_id);
3559: IF (g_po_wf_debug = 'Y') THEN
3560: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);

Line 3563: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,

3559: IF (g_po_wf_debug = 'Y') THEN
3560: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
3561: END IF;
3562:
3563: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
3564: p_init_msg_list => fnd_api.g_true,
3565: x_return_status => x_return_status,
3566: x_msg_count => x_msg_count,
3567: x_msg_data => x_msg_data,

Line 3781: if PO_DOC_STYLE_PVT.is_progress_payments_enabled(c2_style_id) then

3777: IF (g_po_wf_debug = 'Y') THEN
3778: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
3779: END IF;
3780:
3781: if PO_DOC_STYLE_PVT.is_progress_payments_enabled(c2_style_id) then
3782: l_pcard_id := NULL;
3783: else
3784: l_pcard_id := c2_pcard_id;
3785: end if;

Line 5226: x_doc_type_created_disp:= PO_DOC_STYLE_PVT.get_style_display_name(x_autocreated_doc_id);

5222: * This will return either 'Standard PO' or 'Release'
5223: */
5224: --
5225: if (x_doc_type_to_create = 'STANDARD') then
5226: x_doc_type_created_disp:= PO_DOC_STYLE_PVT.get_style_display_name(x_autocreated_doc_id);
5227: else --releases
5228:
5229: select displayed_field
5230: into x_doc_type_created_disp