DBA Data[Home] [Help]

APPS.POR_IFT_INFO_PKG dependencies on FND_WEBATTCH

Line 144: fnd_webattch.update_attachment(

140: and attach.entity_name = 'REQ_LINES'
141: and attach.pk1_value=to_char(c_req_id_cur.requisition_line_id)
142: and attach.pk2_value='INFO_TEMPLATE';
143:
144: fnd_webattch.update_attachment(
145: seq_num => l_seq_num ,
146: category_id => 33 , -- to supplier
147: document_description => l_to_supplier_name ,
148: datatype_id => 2 ,

Line 180: fnd_webattch.add_attachment(

176: ELSE
177: l_seq_num := l_seq_num + 10;
178: END IF;
179:
180: fnd_webattch.add_attachment(
181: seq_num => l_seq_num ,
182: category_id => 33 ,
183: document_description => l_to_supplier_name ,
184: datatype_id => 2 ,

Line 213: fnd_webattch.update_attachment(

209: and attach.entity_name = 'REQ_LINES'
210: and attach.pk1_value=to_char(c_req_id_cur.requisition_line_id)
211: and attach.pk2_value='INFO_TEMPLATE';
212:
213: fnd_webattch.update_attachment(
214: seq_num => l_seq_num ,
215: category_id => 34 ,
216: document_description => l_to_buyer_name ,
217: datatype_id => 2 ,

Line 249: fnd_webattch.add_attachment(

245: ELSE
246: l_seq_num := l_seq_num + 10;
247: END IF;
248:
249: fnd_webattch.add_attachment(
250: seq_num => l_seq_num ,
251: category_id => 34 ,
252: document_description => l_to_buyer_name ,
253: datatype_id => 2 ,