DBA Data[Home] [Help]

APPS.ICX_REQ_COPY_REQ dependencies on ICX_REQ_COPY_REQ

Line 1: PACKAGE BODY icx_req_copy_req AS

1: PACKAGE BODY icx_req_copy_req AS
2: /* $Header: ICXRQCPB.pls 115.3 99/07/17 03:23:02 porting shi $ */
3:
4: ------------------------------------------------------
5: PROCEDURE welcome_page IS

Line 77: '/ICX_REQ_COPY_REQ.find_reqs' ||

73: v_message_text := FND_MESSAGE.GET;
74: htp.p('');
75: htp.p('');
76: htp.p('');
80: htp.p('');

Line 131: htp.anchor(v_dcdName || '/ICX_REQ_COPY_REQ.find_reqs',

127:
128: htp.p('

78: '>' || ' 79: '/FNDICPY.gif border=no height=75 width=75 align=absmiddle> 81: '/FNDIBLBR.gif width=500 height=4>
');
129:
130: htp.p('

');
131: htp.anchor(v_dcdName || '/ICX_REQ_COPY_REQ.find_reqs',
132: htf.img('/OA_MEDIA/' || v_lang ||
133: '/FNDICPYS.gif', cattributes => 'BORDER = NO align=absmiddle' ));
134: FND_MESSAGE.SET_NAME('ICX', 'ICX_RQS_PROCEED_TO_COPY');
135: htp.p('');

Line 136: htp.anchor(v_dcdName || '/ICX_REQ_COPY_REQ.find_reqs', FND_MESSAGE.GET);

132: htf.img('/OA_MEDIA/' || v_lang ||
133: '/FNDICPYS.gif', cattributes => 'BORDER = NO align=absmiddle' ));
134: FND_MESSAGE.SET_NAME('ICX', 'ICX_RQS_PROCEED_TO_COPY');
135: htp.p('');
136: htp.anchor(v_dcdName || '/ICX_REQ_COPY_REQ.find_reqs', FND_MESSAGE.GET);
137: htp.p('
');
138: htp.p('

');
139:
140: htp.bodyClose;

Line 167: p_goto_url => 'icx_req_copy_req.display_reqs',

163: p_page_appl_id => '',
164: p_page_code => '',
165: p_region_appl_id => 178,
166: p_region_code => 'ICX_PO_REQ_HEAD_SUM_R',
167: p_goto_url => 'icx_req_copy_req.display_reqs',
168: p_lines_now => 1,
169: p_lines_url => '',
170: p_lines_next => 5,
171: p_hidden_name => '',

Line 315: disp_find => 'icx_req_copy_req.find_reqs');

311: htp.title(ak_query_pkg.g_regions_table(0).name);
312: htp.headClose;
313:
314: icx_admin_sig.toolbar(language_code => v_language_code,
315: disp_find => 'icx_req_copy_req.find_reqs');
316:
317: fnd_message.set_name('ICX','ICX_NO_RECORDS_FOUND');
318: fnd_message.set_token('NAME_OF_REGION_TOKEN',ak_query_pkg.g_regions_table(0).name);
319: htp.br;

Line 340: disp_find => 'icx_req_copy_req.find_reqs');

336: htp.title(ak_query_pkg.g_regions_table(0).name);
337: htp.headClose;
338:
339: icx_admin_sig.toolbar(language_code => v_language_code,
340: disp_find => 'icx_req_copy_req.find_reqs');
341:
342:
343: htp.p('

');
344:

Line 343: htp.p('');

339: icx_admin_sig.toolbar(language_code => v_language_code,
340: disp_find => 'icx_req_copy_req.find_reqs');
341:
342:
343: htp.p('');
344:
345:
346: -- Display Heading
347: htp.tableOpen('BORDER=0');

Line 359: 'icx_req_copy_req.display_reqs',

355:
356: IF(v_total_rows > 5)
357: THEN
358: icx_on_utilities2.displaySetIcons(v_language_code,
359: 'icx_req_copy_req.display_reqs',
360: p_start_row,
361: v_end_row,
362: v_encrypted_where,
363: v_query_size,

Line 406: htp.tableData(htf.anchor('icx_req_copy_req.copy_req?v_req_header_id='|| icx_call.encrypt2(v_req_header_id), htf.img('/OA_MEDIA/' || v_language_code || '/FNDISPLT.gif', 'CENTER', '', '', 'BORDER=NO WIDTH=20 HEIGHT=20')));

402: htp.tableData(htf.anchor('oracleON.IC?Y='|| icx_call.encrypt2(v_param), y_table(ak_query_pkg.g_items_table(i).value_id),'','onMouseOver="return true"'));
403:
404: ELSIF ak_query_pkg.g_items_table(i).attribute_code = 'ICX_COPY' THEN
405:
406: htp.tableData(htf.anchor('icx_req_copy_req.copy_req?v_req_header_id='|| icx_call.encrypt2(v_req_header_id), htf.img('/OA_MEDIA/' || v_language_code || '/FNDISPLT.gif', 'CENTER', '', '', 'BORDER=NO WIDTH=20 HEIGHT=20')));
407:
408: ELSE
409: IF (y_table(ak_query_pkg.g_items_table(i).value_id)) IS NULL THEN
410: htp.tableData(' ');

Line 430: 'icx_req_copy_req.display_reqs',

426:
427: IF(v_total_rows > 5)
428: THEN
429: icx_on_utilities2.displaySetIcons(v_language_code,
430: 'icx_req_copy_req.display_reqs',
431: p_start_row,
432: v_end_row,
433: v_encrypted_where,
434: v_query_size,

Line 930: END icx_req_copy_req;

926: icx_util.error_page_print;
927:
928: END copy_req;
929:
930: END icx_req_copy_req;