DBA Data[Home] [Help]

APPS.PO_EMAIL_GENERATE dependencies on PO_CORE_S

Line 707: -- l_currency_code := PO_CORE_S2.get_base_currency;

703: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,'l_blanket_total_amount= ' || l_blanket_total_amount);
704: END IF;
705: --
706:
707: -- l_currency_code := PO_CORE_S2.get_base_currency;
708:
709: -- Bug fix 2257742
710: fnd_currency.get_info(l_currency_code, l_precision, l_ext_precision, l_min_unit);
711:

Line 1993: -- l_currency_code := PO_CORE_S2.get_base_currency;

1989: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,'l_header_note_to_vendor= ' || l_header_note_to_vendor);
1990: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,'l_currency_code= ' || l_currency_code);
1991: END IF;
1992: --
1993: -- l_currency_code := PO_CORE_S2.get_base_currency;
1994:
1995: -- Getting the header level text information and displaying it if it exists
1996: if (l_document_type = 'PO') then
1997: open attachments_cursor('PO_HEADERS', l_document_id);

Line 3517: po_core_s.get_displayed_value('FREIGHT TERMS', l_freight_terms_lc,l_freight_terms_dsp);

3513: l_payment_terms_id,l_start_date,l_end_date,l_blanket_amt_agreed
3514: from po_headers
3515: where po_header_id = to_number(l_po_header_id);
3516:
3517: po_core_s.get_displayed_value('FREIGHT TERMS', l_freight_terms_lc,l_freight_terms_dsp);
3518:
3519: begin
3520: select freight_code_tl into l_ship_via_lookup_desc
3521: from org_freight_vl

Line 3605: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_org_id);

3601: where org_information_context = 'Operating Unit Information'
3602: and organization_id = l_operating_unit_id);*/
3603: /*Bug 11659917 Commenting the above query and using XLE API to get legal entity name*/
3604:
3605: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_org_id);
3606:
3607: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
3608: x_return_status,
3609: x_msg_count,