DBA Data[Home] [Help]

APPS.QA_SS_LOV dependencies on FND_MESSAGE

Line 617: fnd_message.clear;

613: msg VARCHAR2(2000);
614: l_language_code VARCHAR2(30);
615: BEGIN
616: if (icx_sec.validatesession) then
617: fnd_message.clear;
618: l_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
619:
620: htp.p('');
621: htp.p('');

Line 1002: fnd_message.set_name('QA','QA_SS_FIND');

998: -- htp.p('queryText()');
999: htp.p('');
1000: htp.p('');
1001:
1002: fnd_message.set_name('QA','QA_SS_FIND');
1003: msg := fnd_message.get;
1004: msg := substr(msg,1, 20);
1005:
1006: /*

Line 1003: msg := fnd_message.get;

999: htp.p('');
1000: htp.p('');
1001:
1002: fnd_message.set_name('QA','QA_SS_FIND');
1003: msg := fnd_message.get;
1004: msg := substr(msg,1, 20);
1005:
1006: /*
1007: icx_util.DynamicButton(P_ButtonText => msg,

Line 1028: fnd_message.clear;

1024: htp.p('');
1025:
1026: htp.p('');
1027:
1028: fnd_message.clear;
1029:
1030: end if; -- end icx session
1031:
1032: EXCEPTION

Line 1724: htp.p(fnd_message.get_string('QA','QA_SS_NO_LOV_VALUES'));

1720: end if; -- end icx session
1721:
1722: EXCEPTION
1723: WHEN empty_valstring_ex THEN
1724: htp.p(fnd_message.get_string('QA','QA_SS_NO_LOV_VALUES'));
1725: WHEN plan_org_ex THEN
1726: htp.p('Plan id or Org Id is Null');
1727: WHEN OTHERS THEN
1728: htp.p('Exception in Lov_Values');