DBA Data[Home] [Help]

APPS.QA_JRAD_PKG dependencies on FND_MESSAGE

Line 302: label := fnd_message.get_string('QA','QA_SS_CREATED_BY');

298: -- and "Last Update Date" we need to retrieve the right label
299: -- keeping translation in mind.
300:
301: IF (p_prefix = g_qa_created_by_attribute) THEN
302: label := fnd_message.get_string('QA','QA_SS_CREATED_BY');
303: ELSIF (p_prefix = g_collection_id_attribute) THEN
304: label := fnd_message.get_string('QA','QA_SS_COLLECTION');
305: ELSIF (p_prefix = g_last_update_date_attribute) THEN
306: label := fnd_message.get_string('QA','QA_SS_ENTRY_DATE');

Line 304: label := fnd_message.get_string('QA','QA_SS_COLLECTION');

300:
301: IF (p_prefix = g_qa_created_by_attribute) THEN
302: label := fnd_message.get_string('QA','QA_SS_CREATED_BY');
303: ELSIF (p_prefix = g_collection_id_attribute) THEN
304: label := fnd_message.get_string('QA','QA_SS_COLLECTION');
305: ELSIF (p_prefix = g_last_update_date_attribute) THEN
306: label := fnd_message.get_string('QA','QA_SS_ENTRY_DATE');
307: ELSE
308: label := '';

Line 306: label := fnd_message.get_string('QA','QA_SS_ENTRY_DATE');

302: label := fnd_message.get_string('QA','QA_SS_CREATED_BY');
303: ELSIF (p_prefix = g_collection_id_attribute) THEN
304: label := fnd_message.get_string('QA','QA_SS_COLLECTION');
305: ELSIF (p_prefix = g_last_update_date_attribute) THEN
306: label := fnd_message.get_string('QA','QA_SS_ENTRY_DATE');
307: ELSE
308: label := '';
309: END IF;
310:

Line 839: l_prompt := fnd_message.get_string('QA', 'QA_SS_RN_PROMPT_DATA');

835: OR (instr(p_region_code, g_checkin_eqr_prefix) <> 0)
836: OR (instr(p_region_code, g_checkout_eqr_prefix) <> 0)
837: --dgupta: End R12 EAM Integration. Bug 4345492
838: OR (instr(p_region_code, g_txn_op_prefix) <> 0) then
839: l_prompt := fnd_message.get_string('QA', 'QA_SS_RN_PROMPT_DATA');
840: jdr_docbuilder.setAttribute(topLevel, 'text', l_prompt);
841: END IF;
842:
843: IF (instr(p_region_code, g_work_vqr_prefix) <> 0)

Line 869: jdr_docbuilder.setAttribute(topLevel, 'shortDesc', fnd_message.get_string('QA','QA_OAC_RESULTS_TABLE'));

865: -- Tracking Bug : 3209719
866: -- Added for OAC complicance
867: -- ilawler Tue Oct 21 15:24:26 2003
868: IF l_region_style = 'table' THEN
869: jdr_docbuilder.setAttribute(topLevel, 'shortDesc', fnd_message.get_string('QA','QA_OAC_RESULTS_TABLE'));
870: ELSIF l_region_style = 'labeledFieldLayout' THEN
871: --ilawler - bug #3462025 - Mon Feb 23 17:42:47 2004
872: --when using the labeledFieldLayout, suggest 2 columns
873: jdr_docbuilder.setAttribute(topLevel, 'columns', '2');

Line 1530: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_ATTACHMENT');

1526: l_entity_id := 'QA_RESULTS';
1527:
1528: l_view_attribute_name := '';
1529: --Tue Apr 29 15:03:47 2003, ilawler: static text replaced with a message
1530: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_ATTACHMENT');
1531: l_description := l_label_long;
1532:
1533: IF (instr(l_region_code, g_txn_work_prefix) <> 0)
1534: OR (instr(l_region_code, g_txn_asset_prefix) <> 0)

Line 1559: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_UPDATE');

1555: -- dbms_output.put_line('Display Sequence: ' || l_display_sequence);
1556:
1557: --l_query_flag := 'N';
1558: --Tue Apr 29 15:03:47 2003, ilawler: static text replaced with a message
1559: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_UPDATE');
1560: l_view_attribute_name := '';
1561: l_item_style := 'image';
1562: l_image_file_name := 'updateicon_enabled.gif';
1563:

Line 1585: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_CHILD_PLANS');

1581:
1582:
1583: --l_query_flag := 'N';
1584: --Tue Apr 29 15:03:47 2003, ilawler: static text replaced with a message
1585: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_CHILD_PLANS');
1586: l_view_attribute_name := '';
1587: l_item_style := 'image';
1588: l_image_file_name := 'allocationbr_pagetitle.gif';--image changed!
1589: l_url := '/OA_HTML/OA.jsp?akRegionCode=QA_PC_RES_SUMMARY_PAGE'

Line 1608: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_MORE_DETAILS');

1604:
1605:
1606: --l_query_flag := 'N';
1607: --Tue Apr 29 15:03:47 2003, ilawler: static text replaced with a message
1608: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_MORE_DETAILS');
1609: l_view_attribute_name := '';
1610: l_item_style := 'image';
1611: l_image_file_name := 'detailsicon_enabled.gif';
1612: l_url := '/OA_HTML/OA.jsp?akRegionCode=QA_PC_RES_VQR_DETAIL_PAGE'