DBA Data[Home] [Help]

APPS.AMS_LISTIMPORT_PVT dependencies on FND_PROGRAM

Line 2426: FND_PROGRAM.EXECUTABLE (

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

Line 2438: FND_PROGRAM.REGISTER (

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

Line 2588: FND_PROGRAM.DELETE_PROGRAM (

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

Line 2597: FND_PROGRAM.DELETE_EXECUTABLE (

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