DBA Data[Home] [Help]

APPS.IBE_DELIVERABLE_EXPIMP_PVT dependencies on IBE_ATTACHMENT_GRP

Line 141: l_attachment_rec IBE_ATTACHMENT_GRP.ATTACHMENT_REC_TYPE;

137: l_item_id NUMBER;
138: l_lgl_phys_map_id NUMBER;
139: l_attachment_id NUMBER;
140: l_deliverable_rec IBE_DELIVERABLE_GRP.DELIVERABLE_REC_TYPE;
141: l_attachment_rec IBE_ATTACHMENT_GRP.ATTACHMENT_REC_TYPE;
142:
143: BEGIN
144: l_true:=FND_API.g_true;
145:

Line 291: b) The attachment_id is also passed to the IBE_Attachment_GRP.save_attachment

287:
288: /* Bug#5882497, scnagara
289: a) The attachment_id present for another site which corresponds to the file
290: is fetched from the IBE_DSP_LGL_PHYS_MAP and JTF_AMV_ATTACHMENTS tables.
291: b) The attachment_id is also passed to the IBE_Attachment_GRP.save_attachment
292: through the variable of type IBE_ATTACHMENT_GRP.ATTACHMENT_REC_TYPE.
293: */
294:
295: IF (p_enable_debug = 'Y') THEN

Line 292: through the variable of type IBE_ATTACHMENT_GRP.ATTACHMENT_REC_TYPE.

288: /* Bug#5882497, scnagara
289: a) The attachment_id present for another site which corresponds to the file
290: is fetched from the IBE_DSP_LGL_PHYS_MAP and JTF_AMV_ATTACHMENTS tables.
291: b) The attachment_id is also passed to the IBE_Attachment_GRP.save_attachment
292: through the variable of type IBE_ATTACHMENT_GRP.ATTACHMENT_REC_TYPE.
293: */
294:
295: IF (p_enable_debug = 'Y') THEN
296: FND_FILE.PUT_LINE(FND_FILE.LOG,

Line 346: IBE_Attachment_GRP.save_attachment(

342: ':file_names='||l_attachment_rec.file_name);
343: END IF;
344:
345:
346: IBE_Attachment_GRP.save_attachment(
347: p_api_version => 1.0,
348: p_init_msg_list => FND_API.g_false,
349: p_commit => FND_API.g_false,
350: x_return_status => l_return_status,