DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on STANDARD

Line 348: -- API Name : update_attachment_to_standard

344: p_new_reqline_id IN NUMBER,
345: p_item_id IN NUMBER,
346: p_category_id IN NUMBER) ;
347:
348: -- API Name : update_attachment_to_standard
349: -- Type : Public
350: -- Pre-reqs : None
351: -- Function : Updates the attachments associated with the requisition to standard attachment
352: -- Parameters : p_req_header_id IN NUMBER : Corresponds to the existing requisition line id

Line 351: -- Function : Updates the attachments associated with the requisition to standard attachment

347:
348: -- API Name : update_attachment_to_standard
349: -- Type : Public
350: -- Pre-reqs : None
351: -- Function : Updates the attachments associated with the requisition to standard attachment
352: -- Parameters : p_req_header_id IN NUMBER : Corresponds to the existing requisition line id
353:
354: PROCEDURE update_attachment_to_standard(p_req_header_id in NUMBER);
355:

Line 354: PROCEDURE update_attachment_to_standard(p_req_header_id in NUMBER);

350: -- Pre-reqs : None
351: -- Function : Updates the attachments associated with the requisition to standard attachment
352: -- Parameters : p_req_header_id IN NUMBER : Corresponds to the existing requisition line id
353:
354: PROCEDURE update_attachment_to_standard(p_req_header_id in NUMBER);
355:
356: END POR_UTIL_PKG;