DBA Data[Home] [Help]

APPS.AMS_LISTIMPORT_PVT dependencies on FND_PROGRAM

Line 2425: FND_PROGRAM.EXECUTABLE (

2421: p_msg_type => 'DEBUG'
2422: );
2423:
2424: -- Create the Executable entry.
2425: FND_PROGRAM.EXECUTABLE (
2426: executable => l_short_name,
2427: application => 'AMS',
2428: short_name => l_short_name,
2429: description => l_import_list_header_name,

Line 2437: FND_PROGRAM.REGISTER (

2433: );
2434:
2435: --
2436: -- Register the concurrent program.
2437: FND_PROGRAM.REGISTER (
2438: program => l_short_name,
2439: application => 'AMS',
2440: enabled => 'Y',
2441: short_name => l_short_name,

Line 2587: FND_PROGRAM.DELETE_PROGRAM (

2583:
2584: --
2585: -- Clean-up the concurrent programs which were created
2586: -- during program execution.
2587: FND_PROGRAM.DELETE_PROGRAM (
2588: program_short_name => l_short_name,
2589: application => 'AMS'
2590: );
2591:

Line 2596: FND_PROGRAM.DELETE_EXECUTABLE (

2592: --
2593: -- The "executable" will be the same as the program short name
2594: -- for all run-time generated concurrent programs. The registered
2595: -- program must be deleted before the executable can be.
2596: FND_PROGRAM.DELETE_EXECUTABLE (
2597: executable_short_name => l_short_name,
2598: application => 'AMS'
2599: );
2600: end if; -- for server_flag