DBA Data[Home] [Help]

APPS.PO_TERMS_SV dependencies on PO_LOCATIONS_S

Line 983: PO_LOCATIONS_S.get_location_code

979: IF (p_comparison_result.bill_to_location_id_eq = 'N') THEN
980: l_prompt := FND_MESSAGE.get_string('PO', 'POS_BILL_TO');
981:
982: l_po_terms_val :=
983: PO_LOCATIONS_S.get_location_code
984: ( p_location_id => p_terms_rec1.bill_to_location_id
985: );
986:
987: l_ref_terms_val :=

Line 988: PO_LOCATIONS_S.get_location_code

984: ( p_location_id => p_terms_rec1.bill_to_location_id
985: );
986:
987: l_ref_terms_val :=
988: PO_LOCATIONS_S.get_location_code
989: ( p_location_id => p_terms_rec2.bill_to_location_id
990: );
991:
992: set_terms_token (p_prompt => l_prompt,

Line 1003: PO_LOCATIONS_S.get_location_code

999: IF (p_comparison_result.ship_to_location_id_eq = 'N') THEN
1000: l_prompt := FND_MESSAGE.get_string('PO', 'POS_SHIP_TO');
1001:
1002: l_po_terms_val :=
1003: PO_LOCATIONS_S.get_location_code
1004: ( p_location_id => p_terms_rec1.ship_to_location_id
1005: );
1006:
1007: l_ref_terms_val :=

Line 1008: PO_LOCATIONS_S.get_location_code

1004: ( p_location_id => p_terms_rec1.ship_to_location_id
1005: );
1006:
1007: l_ref_terms_val :=
1008: PO_LOCATIONS_S.get_location_code
1009: ( p_location_id => p_terms_rec2.ship_to_location_id
1010: );
1011:
1012: set_terms_token (p_prompt => l_prompt,