DBA Data[Home] [Help]

APPS.JG_JOURNAL_ALLOCATIONS_PKG dependencies on FND_MESSAGE

Line 346: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_NO_NATURAL_ACCT_SEG');

342: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code,
343: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id,
344: 'GL_ACCOUNT',
345: JG_JOURNAL_ALLOCATIONS_PKG.G_acct_segment_num) THEN
346: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_NO_NATURAL_ACCT_SEG');
347: RAISE APP_EXCEPTION.application_exception;
348: END IF;
349:
350: --

Line 358: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_NO_BALANCING_SEGMENT');

354: JG_JOURNAL_ALLOCATIONS_PKG.G_GL_acct_flex_code,
355: JG_JOURNAL_ALLOCATIONS_PKG.G_chart_of_accounts_id,
356: 'GL_BALANCING',
357: JG_JOURNAL_ALLOCATIONS_PKG.G_bal_segment_num) THEN
358: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_NO_BALANCING_SEGMENT');
359: RAISE APP_EXCEPTION.application_exception;
360: END IF;
361:
362: --

Line 375: FND_MESSAGE.set_name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_MISSING_SEGMENT_INFO');

371: x_appcol_name => G_acct_flex_segmt_arr(j).segment_col_name,
372: x_seg_name => G_acct_flex_segmt_arr(j).segment_name,
373: x_prompt => G_acct_flex_segmt_arr(j).segment_prompt,
374: x_value_set_name => G_acct_flex_segmt_arr(j).segment_vset_name)) THEN
375: FND_MESSAGE.set_name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_MISSING_SEGMENT_INFO');
376: FND_MESSAGE.set_token('SEGMENT_NUM', TO_CHAR(j));
377: RAISE APP_EXCEPTION.application_exception;
378: ELSE
379: --

Line 376: FND_MESSAGE.set_token('SEGMENT_NUM', TO_CHAR(j));

372: x_seg_name => G_acct_flex_segmt_arr(j).segment_name,
373: x_prompt => G_acct_flex_segmt_arr(j).segment_prompt,
374: x_value_set_name => G_acct_flex_segmt_arr(j).segment_vset_name)) THEN
375: FND_MESSAGE.set_name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_MISSING_SEGMENT_INFO');
376: FND_MESSAGE.set_token('SEGMENT_NUM', TO_CHAR(j));
377: RAISE APP_EXCEPTION.application_exception;
378: ELSE
379: --
380: -- Determine the format type of the value set associated with the segment. If it is numeric, then

Line 482: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_ZERO_FILL_INVALID');

478: END IF;
479: END LOOP;
480: FND_VSET.get_value_end(l_vset);
481: END LOOP;
482: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_ZERO_FILL_INVALID');
483: RETURN FALSE;
484: <>
485: JG_UTILITY_PKG.debug('value found for segment position num '|| TO_CHAR(j));
486:

Line 533: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_NO_PRINT_OPTIONS_FOUND');

529: l_num_of_copies,
530: l_print_style,
531: l_printer,
532: l_save_output_flag) THEN
533: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_NO_PRINT_OPTIONS_FOUND');
534: RETURN FALSE;
535: ELSE
536: IF l_save_output_flag = 'Y' THEN
537: l_save_output_bool := TRUE;

Line 548: FND_MESSAGE.SET_NAME(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, 'JG_ZZ_SET_PRINT_OPTIONS_FAILED' );

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' );
549: RETURN FALSE;
550: END IF;
551: END IF;
552: --

Line 601: FND_MESSAGE.Set_Name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name,'JG_ZZ_JOURNAL_IMPORT_FAILED');

597: argument8 => 'Y');
598:
599: COMMIT;
600: IF (l_ji_request_id = 0) THEN
601: FND_MESSAGE.Set_Name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name,'JG_ZZ_JOURNAL_IMPORT_FAILED');
602: RETURN FALSE;
603: END IF;
604:
605: --

Line 656: FND_MESSAGE.Set_Name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name,'JG_ZZ_JOURNAL_IMPORT_FAILED');

652:
653: JG_UTILITY_PKG.log('< JG_JOURNAL_ALLOCATIONS_PKG.run_journal_import');
654: RETURN TRUE;
655: EXCEPTION WHEN OTHERS THEN
656: FND_MESSAGE.Set_Name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name,'JG_ZZ_JOURNAL_IMPORT_FAILED');
657: JG_UTILITY_PKG.log('< JG_JOURNAL_ALLOCATIONS_PKG.run_journal_import');
658: RETURN FALSE;
659: END run_journal_import;
660:

Line 778: FND_MESSAGE.set_name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, l_err_msg_code);

774: -- Perform a number of validation checks on the rule set. If any errors found,
775: -- then the program should be aborted
776: --
777: IF NOT JG_JOURNAL_ALLOCATIONS_PKG.valid_rule_set(l_err_msg_code, l_acct_rnge_offset) THEN
778: FND_MESSAGE.set_name(JG_JOURNAL_ALLOCATIONS_PKG.G_JG_appln_short_name, l_err_msg_code);
779: RAISE APP_EXCEPTION.application_exception;
780: END IF;
781:
782: IF (JG_JOURNAL_ALLOCATIONS_PKG.G_validate_only = 'N') THEN

Line 845: errbuf := FND_MESSAGE.get;

841: JG_UTILITY_PKG.log('< Application_Exception clause');
842: JG_JOURNAL_ALLOCATIONS_PKG.G_retcode := '2';
843: retcode := JG_JOURNAL_ALLOCATIONS_PKG.G_retcode;
844: IF JG_JOURNAL_ALLOCATIONS_PKG.G_errbuf IS NULL THEN
845: errbuf := FND_MESSAGE.get;
846: ELSIF retcode = '2' THEN -- error
847: errbuf := JG_JOURNAL_ALLOCATIONS_PKG.G_errbuf;
848: END IF;
849: JG_UTILITY_PKG.log(errbuf);

Line 945: errbuf := FND_MESSAGE.get;

941: WHEN APP_EXCEPTION.application_exception THEN
942: JG_JOURNAL_ALLOCATIONS_PKG.G_retcode := '2';
943: retcode := JG_JOURNAL_ALLOCATIONS_PKG.G_retcode;
944: IF JG_JOURNAL_ALLOCATIONS_PKG.G_errbuf IS NULL THEN
945: errbuf := FND_MESSAGE.get;
946: ELSIF retcode = '2' THEN -- error
947: errbuf := JG_JOURNAL_ALLOCATIONS_PKG.G_errbuf;
948: END IF;
949: JG_UTILITY_PKG.log(errbuf);