DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on PO_CORE_S2

Line 877: x_base_currency := po_core_s2.get_base_currency;

873: IF x_closed_by IS NOT NULL THEN
874: x_closed_by_name := get_person_name(x_closed_by);
875: END IF;
876:
877: x_base_currency := po_core_s2.get_base_currency;
878:
879: IF x_po_line_id IS NOT NULL THEN
880:
881: -- Bug 2954456 : The amount released has to be calculated in a different way for GA lines

Line 979: x_base_currency := po_core_s2.get_base_currency;

975: IF x_closed_by IS NOT NULL THEN
976: x_closed_by_name := get_person_name(x_closed_by);
977: END IF;
978:
979: x_base_currency := po_core_s2.get_base_currency;
980:
981: IF x_wip_entity_id IS NOT NULL THEN
982: x_assembly_quantity := PO_INQ_SV.GET_ASSEMBLY_QUANTITY(
983: x_item_id,