DBA Data[Home] [Help]

APPS.PO_PRICE_DIFFERENTIALS_PVT dependencies on FND_PROFILE

Line 865: to_number(FND_PROFILE.value('user_id'));

861: IS
862: l_source_entity_type PO_PRICE_DIFFERENTIALS.entity_type%TYPE;
863: l_source_entity_id PO_PRICE_DIFFERENTIALS.entity_id%TYPE;
864: l_user_id PO_PRICE_DIFFERENTIALS.created_by%TYPE :=
865: to_number(FND_PROFILE.value('user_id'));
866: BEGIN
867:
868: -- Determine where to get the Price Differentials from.
869: