DBA Data[Home] [Help]

APPS.QA_SS_CORE dependencies on ICX_UTIL

Line 857: -- icx_util.add_error(fnd_message.get);

853: fnd_message.set_name('QA', 'QA_SS_INVALID_NUM');
854: fnd_message.set_token('ROWNUMBER', r);
855: fnd_message.set_token('COLNUMBER', c);
856: fnd_message.set_token('ELEMENT', l_prompt);
857: -- icx_util.add_error(fnd_message.get);
858: htp.p(''||fnd_message.get||'');
859: htp.nl;
860: No_problem := FALSE; -- this means, there is some error
861: elsif (flg1 = 3) then

Line 867: -- icx_util.add_error(fnd_message.get);

863: fnd_message.set_name('QA', 'QA_SS_INVALID_DATE');
864: fnd_message.set_token('ROWNUMBER', r);
865: fnd_message.set_token('COLNUMBER', c);
866: fnd_message.set_token('ELEMENT', l_prompt);
867: -- icx_util.add_error(fnd_message.get);
868: htp.p(''||fnd_message.get||'');
869: htp.nl;
870: No_problem := FALSE; -- this means, there is some error
871: elsif (flg1 = 4) then

Line 881: -- icx_util.add_error(fnd_message.get);

877: fnd_message.set_name('QA', 'QA_SS_MAND_VALUE');
878: fnd_message.set_token('ROWNUMBER', r);
879: fnd_message.set_token('COLNUMBER', c);
880: fnd_message.set_token('ELEMENT', l_prompt);
881: -- icx_util.add_error(fnd_message.get);
882: htp.p(''||fnd_message.get||'');
883: htp.nl;
884: No_problem := FALSE; -- this means, there is some error
885: end if;

Line 892: -- icx_util.add_error(fnd_message.get);

888: fnd_message.set_name('QA', 'QA_SS_GENERIC_INVALID');
889: fnd_message.set_token('ROWNUMBER', r);
890: fnd_message.set_token('COLNUMBER', c);
891: fnd_message.set_token('ELEMENT', l_prompt);
892: -- icx_util.add_error(fnd_message.get);
893: htp.p(''||fnd_message.get||'');
894: htp.nl;
895: No_problem := FALSE; -- this means, there is some error
896: end if; -- end flg1 check

Line 1155: ICX_UTIL.replace_onMouseOver_quotes(

1151: names_array(no_of_cols) := char_rec.cname;
1152: charid_array(no_of_cols) := char_rec.char_id;
1153: IF (char_rec.data_entry_hint IS NOT NULL) Then
1154: dhint_tab(no_of_cols) :=
1155: ICX_UTIL.replace_onMouseOver_quotes(
1156: SUBSTRB(char_rec.data_entry_hint,1,90));
1157: ELSE
1158: dhint_tab(no_of_cols) := NULL;
1159: END IF; -- end if for data entry hint

Line 1619: icx_util.DynamicButton(P_ButtonText => msg,

1615: htp.formHidden('clear_var', 'Y');
1616: htp.p('');
1617:
1618: /*
1619: icx_util.DynamicButton(P_ButtonText => msg,
1620: P_ImageFileName => 'FNDBSBMT',
1621: P_OnMouseOverText => msg,
1622: P_HyperTextCall => 'javascript:parent.eqr_submit()',
1623: P_LanguageCode => l_language_code,

Line 1636: icx_util.DynamicButton(P_ButtonText => msg,

1632: fnd_message.set_name('QA', 'QA_SS_CLEAR_FORM');
1633: msg := fnd_message.get;
1634: msg := substr(msg, 1, 20);
1635: /*
1636: icx_util.DynamicButton(P_ButtonText => msg,
1637: P_ImageFileName => 'FNDBCLR',
1638: P_OnMouseOverText => msg,
1639: P_HyperTextCall => 'javascript:parent.clr_form()',
1640: P_LanguageCode => l_language_code,

Line 1654: icx_util.DynamicButton(P_ButtonText=>substr(fnd_message.get_string('QA','QA_SS_NOTIFY'),1,23),

1650: msg := fnd_message.get_string('QA', 'QA_SS_NOTIFY_DIALOG');
1651: msg := substr(msg, 1, 180);
1652:
1653: /*
1654: icx_util.DynamicButton(P_ButtonText=>substr(fnd_message.get_string('QA','QA_SS_NOTIFY'),1,23),
1655: P_ImageFileName => 'FNDBSBMT',
1656: P_OnMouseOverText => 'Notify Buyer',
1657: P_HyperTextCall => 'javascript:parent.notify_buyer('''||msg||''')',
1658: P_LanguageCode => l_language_code,