DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_CORE_S

Line 1953: if (x_price_change = PO_CORE_S.G_PARAMETER_NO) then

1949: p_add_reasons_to_msg_list => 'N',
1950: x_price_updateable => x_price_change,
1951: x_retroactive_price_change => l_retro_active_price_change);
1952:
1953: if (x_price_change = PO_CORE_S.G_PARAMETER_NO) then
1954: x_display_stat := 'N';
1955: else
1956: x_display_stat := 'Y';
1957: end if;