DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on FND_NEW_MESSAGES

Line 52: g_orphan_message_text FND_NEW_MESSAGES.MESSAGE_TEXT%TYPE := NULL;

48:
49: g_debug varchar2 (1) := 'N';
50: g_fetch_limit number := 1000; -- per Perf Team, this is std limit size.
51:
52: g_orphan_message_text FND_NEW_MESSAGES.MESSAGE_TEXT%TYPE := NULL;
53:
54: -- Concurrent will pass date in canonical format. So we will capture
55: -- the date as passed by concurrent program in a varchar2 format and
56: -- will use canonical_to_date function to conver it to a date