DBA Data[Home] [Help]

APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on FND_REQUEST

Line 544: IF NOT FND_REQUEST.SET_PRINT_OPTIONS( l_printer,

540: END IF;
541: --
542: -- Set print options
543: --
544: IF NOT FND_REQUEST.SET_PRINT_OPTIONS( l_printer,
545: l_print_style,
546: l_num_of_copies,
547: l_save_output_bool) THEN
548: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_SET_PRINT_OPTIONS_FAILED' );

Line 584: l_ji_request_id := FND_REQUEST.Submit_Request(

580:
581: --
582: -- Submit Journal Import Concurrent Request
583: --
584: l_ji_request_id := FND_REQUEST.Submit_Request(
585: application => JG_JOURNAL_ALLOCATIONS_PKG.G_GL_appln_short_name,
586: program => 'GLLEZL',
587: description => null,
588: start_time => null,