DBA Data[Home] [Help]

APPS.PO_CHG_REQUEST_PVT dependencies on PO_CORE_S

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

2096: p_add_reasons_to_msg_list => 'N',
2097: x_price_updateable => x_price_change,
2098: x_retroactive_price_change => l_retro_active_price_change);
2099:
2100: if (x_price_change = PO_CORE_S.G_PARAMETER_NO) then
2101: x_display_stat := 'N';
2102: else
2103: x_display_stat := 'Y';
2104: end if;