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 869: l_prompt := fnd_message.get_string('QA', 'QA_SS_RN_PROMPT_DATA');

865: OR (instr(p_region_code, g_checkin_eqr_prefix) <> 0)
866: OR (instr(p_region_code, g_checkout_eqr_prefix) <> 0)
867: --dgupta: End R12 EAM Integration. Bug 4345492
868: OR (instr(p_region_code, g_txn_op_prefix) <> 0) then
869: l_prompt := fnd_message.get_string('QA', 'QA_SS_RN_PROMPT_DATA');
870: jdr_docbuilder.setAttribute(topLevel, 'text', l_prompt);
871: END IF;
872:
873: IF (instr(p_region_code, g_work_vqr_prefix) <> 0)

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

895: -- Tracking Bug : 3209719
896: -- Added for OAC complicance
897: -- ilawler Tue Oct 21 15:24:26 2003
898: IF l_region_style = 'table' THEN
899: jdr_docbuilder.setAttribute(topLevel, 'shortDesc', fnd_message.get_string('QA','QA_OAC_RESULTS_TABLE'));
900: ELSIF l_region_style = 'labeledFieldLayout' THEN
901: --ilawler - bug #3462025 - Mon Feb 23 17:42:47 2004
902: --when using the labeledFieldLayout, suggest 2 columns
903: jdr_docbuilder.setAttribute(topLevel, 'columns', '2');

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

1583: l_entity_id := 'QA_RESULTS';
1584:
1585: l_view_attribute_name := '';
1586: --Tue Apr 29 15:03:47 2003, ilawler: static text replaced with a message
1587: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_ATTACHMENT');
1588: l_description := l_label_long;
1589:
1590: IF (instr(l_region_code, g_txn_work_prefix) <> 0)
1591: OR (instr(l_region_code, g_txn_asset_prefix) <> 0)

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

1612: -- dbms_output.put_line('Display Sequence: ' || l_display_sequence);
1613:
1614: --l_query_flag := 'N';
1615: --Tue Apr 29 15:03:47 2003, ilawler: static text replaced with a message
1616: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_UPDATE');
1617: l_view_attribute_name := '';
1618: l_item_style := 'image';
1619: l_image_file_name := 'updateicon_enabled.gif';
1620:

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

1638:
1639:
1640: --l_query_flag := 'N';
1641: --Tue Apr 29 15:03:47 2003, ilawler: static text replaced with a message
1642: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_CHILD_PLANS');
1643: l_view_attribute_name := '';
1644: l_item_style := 'image';
1645: l_image_file_name := 'allocationbr_pagetitle.gif';--image changed!
1646: l_url := '/OA_HTML/OA.jsp?akRegionCode=QA_PC_RES_SUMMARY_PAGE'

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

1661:
1662:
1663: --l_query_flag := 'N';
1664: --Tue Apr 29 15:03:47 2003, ilawler: static text replaced with a message
1665: l_label_long := fnd_message.get_string('QA', 'QA_SS_JRAD_MORE_DETAILS');
1666: l_view_attribute_name := '';
1667: l_item_style := 'image';
1668: l_image_file_name := 'detailsicon_enabled.gif';
1669: l_url := '/OA_HTML/OA.jsp?akRegionCode=QA_PC_RES_VQR_DETAIL_PAGE'