DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on FND_MESSAGE

Line 248: /* using FND_MESSAGE. The calling routine will retrieve the message from */

244: /* */
245: /* This routine returns TRUE if successful; otherwise, it returns FALSE */
246: /* */
247: /* In case of failure, this routine will populate the global Message Stack */
248: /* using FND_MESSAGE. The calling routine will retrieve the message from */
249: /* the Stack */
250: /* */
251: /* When invoked from a Concurrent Process, the calling process has to */
252: /* initialize values for User ID, User Responsibility ID, Calling */

Line 261: /* FND_MESSAGE */

257: /* */
258: /* FND_GLOBAL */
259: /* FND_PROFILE */
260: /* FND_INSTALLATION */
261: /* FND_MESSAGE */
262: /* FND_FLEX_EXT */
263: /* FND_FLEX_APIS */
264: /* */
265: /* GL Tables which are being used include : */

Line 2375: message_token('EVENT', FND_MESSAGE.GET_ENCODED);

2371: dbms_sql.close_cursor(cur_ussgl);
2372: end if;
2373:
2374: message_token('PROCEDURE', 'Funds Checker');
2375: message_token('EVENT', FND_MESSAGE.GET_ENCODED);
2376: add_message('SQLGL', 'GL_UNHANDLED_EXCEPTION');
2377:
2378: -- =========================== FND LOG ===========================
2379: psa_utils.debug_other_string(g_state_level,l_full_path, ' RETURN -> FALSE ');

Line 6622: FND_MESSAGE.SET_NAME(appname, msgname);

6618:
6619: if ((appname is not null) and
6620: (msgname is not null)) then
6621:
6622: FND_MESSAGE.SET_NAME(appname, msgname);
6623:
6624: if g_no_msg_tokens is not null then
6625:
6626: for i in 1..g_no_msg_tokens loop

Line 6627: FND_MESSAGE.SET_TOKEN(msg_tok_names(i), msg_tok_val(i));

6623:
6624: if g_no_msg_tokens is not null then
6625:
6626: for i in 1..g_no_msg_tokens loop
6627: FND_MESSAGE.SET_TOKEN(msg_tok_names(i), msg_tok_val(i));
6628: end loop;
6629:
6630: end if;
6631:

Line 7798: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0031');

7794: l_check_flag := p_check_flag;
7795: l_ledger_id := p_ledger_id;
7796:
7797: --Get the Application Name
7798: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0031');
7799: l_application_name := FND_MESSAGE.GET();
7800:
7801: --Get the Report Name
7802: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0030');

Line 7799: l_application_name := FND_MESSAGE.GET();

7795: l_ledger_id := p_ledger_id;
7796:
7797: --Get the Application Name
7798: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0031');
7799: l_application_name := FND_MESSAGE.GET();
7800:
7801: --Get the Report Name
7802: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0030');
7803: l_report_name := FND_MESSAGE.GET();

Line 7802: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0030');

7798: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0031');
7799: l_application_name := FND_MESSAGE.GET();
7800:
7801: --Get the Report Name
7802: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0030');
7803: l_report_name := FND_MESSAGE.GET();
7804:
7805: --Get the Funds Action
7806: IF (l_check_flag = 'C' OR l_check_flag = 'M') THEN

Line 7803: l_report_name := FND_MESSAGE.GET();

7799: l_application_name := FND_MESSAGE.GET();
7800:
7801: --Get the Report Name
7802: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0030');
7803: l_report_name := FND_MESSAGE.GET();
7804:
7805: --Get the Funds Action
7806: IF (l_check_flag = 'C' OR l_check_flag = 'M') THEN
7807: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');

Line 7807: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');

7803: l_report_name := FND_MESSAGE.GET();
7804:
7805: --Get the Funds Action
7806: IF (l_check_flag = 'C' OR l_check_flag = 'M') THEN
7807: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');
7808: ELSIF (l_check_flag = 'R' OR l_check_flag = 'P') THEN
7809: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0033');
7810: ELSE
7811: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');

Line 7809: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0033');

7805: --Get the Funds Action
7806: IF (l_check_flag = 'C' OR l_check_flag = 'M') THEN
7807: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');
7808: ELSIF (l_check_flag = 'R' OR l_check_flag = 'P') THEN
7809: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0033');
7810: ELSE
7811: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');
7812: END IF;
7813: l_funds_action := FND_MESSAGE.GET();

Line 7811: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');

7807: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');
7808: ELSIF (l_check_flag = 'R' OR l_check_flag = 'P') THEN
7809: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0033');
7810: ELSE
7811: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');
7812: END IF;
7813: l_funds_action := FND_MESSAGE.GET();
7814:
7815: --Get the Failure/Warning message

Line 7813: l_funds_action := FND_MESSAGE.GET();

7809: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0033');
7810: ELSE
7811: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0032');
7812: END IF;
7813: l_funds_action := FND_MESSAGE.GET();
7814:
7815: --Get the Failure/Warning message
7816: IF (l_check_flag = 'C' OR l_check_flag = 'M') THEN
7817: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');

Line 7817: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');

7813: l_funds_action := FND_MESSAGE.GET();
7814:
7815: --Get the Failure/Warning message
7816: IF (l_check_flag = 'C' OR l_check_flag = 'M') THEN
7817: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');
7818: ELSIF (l_check_flag = 'R' OR l_check_flag = 'P') THEN
7819: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0036');
7820: ELSE
7821: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');

Line 7819: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0036');

7815: --Get the Failure/Warning message
7816: IF (l_check_flag = 'C' OR l_check_flag = 'M') THEN
7817: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');
7818: ELSIF (l_check_flag = 'R' OR l_check_flag = 'P') THEN
7819: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0036');
7820: ELSE
7821: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');
7822: END IF;
7823: l_failure_warning := FND_MESSAGE.GET();

Line 7821: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');

7817: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');
7818: ELSIF (l_check_flag = 'R' OR l_check_flag = 'P') THEN
7819: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0036');
7820: ELSE
7821: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');
7822: END IF;
7823: l_failure_warning := FND_MESSAGE.GET();
7824:
7825: --Picking the date from the database

Line 7823: l_failure_warning := FND_MESSAGE.GET();

7819: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0036');
7820: ELSE
7821: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0035');
7822: END IF;
7823: l_failure_warning := FND_MESSAGE.GET();
7824:
7825: --Picking the date from the database
7826: SELECT
7827: TO_CHAR(SYSDATE, 'DD-MON-YY HH24:MI')

Line 7897: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0037');

7893: psa_utils.debug_other_string(g_state_level, l_full_path, 'Funds C/R: l_check_flag -> '||l_check_flag);
7894: -- =========================== FND LOG =============================
7895:
7896: IF (l_budgetary_control_flag = 'N') THEN
7897: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0037');
7898: l_bc_not_enabled_msg := FND_MESSAGE.GET();
7899: -- =========================== FND LOG ===========================
7900: psa_utils.debug_other_string(g_state_level, l_full_path,
7901: 'Funds C/R: l_budgetary_control_flag -> '||l_budgetary_control_flag); --Need to finalize the debug level

Line 7898: l_bc_not_enabled_msg := FND_MESSAGE.GET();

7894: -- =========================== FND LOG =============================
7895:
7896: IF (l_budgetary_control_flag = 'N') THEN
7897: FND_MESSAGE.SET_NAME('PSA', 'R_FCMA0037');
7898: l_bc_not_enabled_msg := FND_MESSAGE.GET();
7899: -- =========================== FND LOG ===========================
7900: psa_utils.debug_other_string(g_state_level, l_full_path,
7901: 'Funds C/R: l_budgetary_control_flag -> '||l_budgetary_control_flag); --Need to finalize the debug level
7902: fnd_file.put_line(fnd_file.log, 'Funds C/R: '||l_bc_not_enabled_msg);