DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on FND_GLOBAL

Line 867: l_buffer := l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) || 'x_requester_id=';

863: -- Bug 1253957: use window.top.location, so no new window will open up.
864:
865: if (p_function_code = 'POR_RCV_ORDERS_WF') then
866:
867: l_buffer := l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) || 'x_requester_id=';
868: l_buffer2 := p_parameter2 || fnd_global.local_chr(38) || 'x_exp_receipt_date=' || p_parameter3|| fnd_global.local_chr(38) || 'x_param=' || p_parameter4 || fnd_global.local_chr(38) ||
869: 'x_org_id=' || p_parameter11;
870:
871: l_buffer := l_buffer || l_buffer2;

Line 868: l_buffer2 := p_parameter2 || fnd_global.local_chr(38) || 'x_exp_receipt_date=' || p_parameter3|| fnd_global.local_chr(38) || 'x_param=' || p_parameter4 || fnd_global.local_chr(38) ||

864:
865: if (p_function_code = 'POR_RCV_ORDERS_WF') then
866:
867: l_buffer := l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) || 'x_requester_id=';
868: l_buffer2 := p_parameter2 || fnd_global.local_chr(38) || 'x_exp_receipt_date=' || p_parameter3|| fnd_global.local_chr(38) || 'x_param=' || p_parameter4 || fnd_global.local_chr(38) ||
869: 'x_org_id=' || p_parameter11;
870:
871: l_buffer := l_buffer || l_buffer2;
872:

Line 875: l_buffer := l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) ;

871: l_buffer := l_buffer || l_buffer2;
872:
873: else
874:
875: l_buffer := l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) ;
876: l_buffer2:= 'x_org_id=' || p_parameter11 ;
877:
878: l_buffer := l_buffer || l_buffer2;
879:

Line 891: l_buffer := 'javascript:void window.open(''' || l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) || 'x_requester_id=';

887:
888: else
889:
890: if (p_function_code = 'POR_RCV_ORDERS_WF') then
891: l_buffer := 'javascript:void window.open(''' || l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) || 'x_requester_id=';
892: l_buffer2 := p_parameter2||fnd_global.local_chr(38)||'x_exp_receipt_date='||p_parameter3||fnd_global.local_chr(38)||'x_org_id='||p_parameter11||''',''myWindow'',''resizable=yes,scrollbars=yes,menubar=yes,status=yes,width=800,height=600'')';
893: l_buffer := l_buffer || l_buffer2;
894: else
895: -- dbms_output.put_line('URL : ' || l_url);

Line 892: l_buffer2 := p_parameter2||fnd_global.local_chr(38)||'x_exp_receipt_date='||p_parameter3||fnd_global.local_chr(38)||'x_org_id='||p_parameter11||''',''myWindow'',''resizable=yes,scrollbars=yes,menubar=yes,status=yes,width=800,height=600'')';

888: else
889:
890: if (p_function_code = 'POR_RCV_ORDERS_WF') then
891: l_buffer := 'javascript:void window.open(''' || l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) || 'x_requester_id=';
892: l_buffer2 := p_parameter2||fnd_global.local_chr(38)||'x_exp_receipt_date='||p_parameter3||fnd_global.local_chr(38)||'x_org_id='||p_parameter11||''',''myWindow'',''resizable=yes,scrollbars=yes,menubar=yes,status=yes,width=800,height=600'')';
893: l_buffer := l_buffer || l_buffer2;
894: else
895: -- dbms_output.put_line('URL : ' || l_url);
896: l_buffer := 'javascript:void window.open(''' || l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) ;

Line 896: l_buffer := 'javascript:void window.open(''' || l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) ;

892: l_buffer2 := p_parameter2||fnd_global.local_chr(38)||'x_exp_receipt_date='||p_parameter3||fnd_global.local_chr(38)||'x_org_id='||p_parameter11||''',''myWindow'',''resizable=yes,scrollbars=yes,menubar=yes,status=yes,width=800,height=600'')';
893: l_buffer := l_buffer || l_buffer2;
894: else
895: -- dbms_output.put_line('URL : ' || l_url);
896: l_buffer := 'javascript:void window.open(''' || l_url || fnd_global.local_chr(38) || 'x_doc_id=' || p_parameter1 || fnd_global.local_chr(38) ;
897: l_buffer2:= 'x_org_id=' || p_parameter11 || ''',''myWindow'',''resizable=yes,scrollbars=yes,menubar=yes,status=yes,width=800,height=600'')';
898: l_buffer := l_buffer || l_buffer2;
899: end if;
900:

Line 2203: fnd_global.user_id,

2199: 'REQUISITION',
2200: l_pending_emp_id,
2201: 'NO ACTION',
2202: NULL,
2203: fnd_global.user_id,
2204: fnd_global.login_id);
2205: END IF;
2206:
2207: END LOOP;

Line 2204: fnd_global.login_id);

2200: l_pending_emp_id,
2201: 'NO ACTION',
2202: NULL,
2203: fnd_global.user_id,
2204: fnd_global.login_id);
2205: END IF;
2206:
2207: END LOOP;
2208: CLOSE action_cursor;

Line 2217: fnd_global.employee_id,

2213: l_doc_sub_type,
2214: NULL,
2215: 'WITHDRAW',
2216: sysdate,
2217: fnd_global.employee_id,
2218: NULL,
2219: NULL,
2220: NULL,
2221: NULL,

Line 2226: fnd_global.user_id,

2222: NULL,
2223: NULL,
2224: NULL,
2225: NULL,
2226: fnd_global.user_id,
2227: fnd_global.login_id);
2228:
2229: -- Call this API to send notification if the req is no negotiation
2230: po_negotiation_req_notif.call_negotiation_wf('WITHDRAW', p_headerId);

Line 2227: fnd_global.login_id);

2223: NULL,
2224: NULL,
2225: NULL,
2226: fnd_global.user_id,
2227: fnd_global.login_id);
2228:
2229: -- Call this API to send notification if the req is no negotiation
2230: po_negotiation_req_notif.call_negotiation_wf('WITHDRAW', p_headerId);
2231: