DBA Data[Home] [Help]

APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on FND_CONCURRENT

Line 528: IF NOT FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS( JG_JOURNAL_ALLOCATIONS_PKG.G_request_id,

524: JG_UTILITY_PKG.log('> JG_JOURNAL_ALLOCATIONS_PKG.run_journal_import');
525: --
526: -- Get print options from the original Allocation request
527: --
528: IF NOT FND_CONCURRENT.GET_REQUEST_PRINT_OPTIONS( JG_JOURNAL_ALLOCATIONS_PKG.G_request_id,
529: l_num_of_copies,
530: l_print_style,
531: l_printer,
532: l_save_output_flag) THEN

Line 611: l_journal_import_finished := FND_CONCURRENT.WAIT_FOR_REQUEST(l_ji_request_id

607: -- by default. The below code overwrites this default description for all lines with the journal header
608: -- descriptions.
609: --
610: IF JG_JOURNAL_ALLOCATIONS_PKG.G_destn_summary_level = 'S' AND JG_JOURNAL_ALLOCATIONS_PKG.G_destn_cost_center_grouping = 'Y' THEN
611: l_journal_import_finished := FND_CONCURRENT.WAIT_FOR_REQUEST(l_ji_request_id
612: ,10
613: ,0
614: ,l_phase
615: ,l_status