DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on PO_CORE_S2

Line 825: x_base_currency := po_core_s2.get_base_currency;

821: IF x_closed_by IS NOT NULL THEN
822: x_closed_by_name := get_person_name(x_closed_by);
823: END IF;
824:
825: x_base_currency := po_core_s2.get_base_currency;
826:
827: IF x_po_line_id IS NOT NULL THEN
828:
829: -- Bug 2954456 : The amount released has to be calculated in a different way for GA lines

Line 927: x_base_currency := po_core_s2.get_base_currency;

923: IF x_closed_by IS NOT NULL THEN
924: x_closed_by_name := get_person_name(x_closed_by);
925: END IF;
926:
927: x_base_currency := po_core_s2.get_base_currency;
928:
929: IF x_wip_entity_id IS NOT NULL THEN
930: x_assembly_quantity := PO_INQ_SV.GET_ASSEMBLY_QUANTITY(
931: x_item_id,