[Home] [Help]
1673: -- for current user and which item key has the format followed by
1674: -- Submit_For_Approval proc.
1675: CURSOR c_notifications IS
1676: SELECT *
1677: FROM IBC_PENDING_TRANSLATIONS_V
1678: WHERE USER_NAME = FND_GLOBAL.USER_NAME;
1679:
1680: --******** local variable for standards **********
1681: l_api_name CONSTANT VARCHAR2(30) := 'Get_Pending_Translations';