DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_DOC_STYLE_PVT

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

3111:
3112:
3113: if (nvl(c1_source_doc_id,c1_contract_id) is not null) then
3114:
3115: c1_style_id := PO_DOC_STYLE_PVT.get_doc_style_id(nvl(c1_source_doc_id,c1_contract_id)); -- bug 4923134
3116:
3117: x_progress := '01: group_req_lines : c1_style_id = '|| to_char(c1_style_id);
3118: IF (g_po_wf_debug = 'Y') THEN
3119: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);

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

3118: IF (g_po_wf_debug = 'Y') THEN
3119: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
3120: END IF;
3121:
3122: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
3123: p_init_msg_list => fnd_api.g_true,
3124: x_return_status => x_return_status,
3125: x_msg_count => x_msg_count,
3126: x_msg_data => x_msg_data,

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

3275: END IF;
3276:
3277: if (nvl(c2_source_doc_id,c2_contract_id) is not null) then
3278:
3279: c2_style_id := PO_DOC_STYLE_PVT.get_doc_style_id(nvl(c2_source_doc_id,c2_contract_id)); -- bug 4923134
3280:
3281: x_progress := '02: group_req_lines : c2_style_id = '|| to_char(c2_style_id);
3282: IF (g_po_wf_debug = 'Y') THEN
3283: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);

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

3282: IF (g_po_wf_debug = 'Y') THEN
3283: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
3284: END IF;
3285:
3286: PO_DOC_STYLE_PVT.style_validate_req_attrs(p_api_version => 1.0,
3287: p_init_msg_list => fnd_api.g_true,
3288: x_return_status => x_return_status,
3289: x_msg_count => x_msg_count,
3290: x_msg_data => x_msg_data,

Line 3468: if PO_DOC_STYLE_PVT.is_progress_payments_enabled(c2_style_id) then

3464: IF (g_po_wf_debug = 'Y') THEN
3465: po_wf_debug_pkg.insert_debug(itemtype,itemkey,x_progress);
3466: END IF;
3467:
3468: if PO_DOC_STYLE_PVT.is_progress_payments_enabled(c2_style_id) then
3469: l_pcard_id := NULL;
3470: else
3471: l_pcard_id := c2_pcard_id;
3472: end if;

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

4884: * This will return either 'Standard PO' or 'Release'
4885: */
4886: --
4887: if (x_doc_type_to_create = 'STANDARD') then
4888: x_doc_type_created_disp:= PO_DOC_STYLE_PVT.get_style_display_name(x_autocreated_doc_id);
4889: else --releases
4890:
4891: select displayed_field
4892: into x_doc_type_created_disp