DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on STANDARD

Line 362: -- API Name : update_attachment_to_standard

358: p_new_reqline_id IN NUMBER,
359: p_item_id IN NUMBER,
360: p_category_id IN NUMBER) ;
361:
362: -- API Name : update_attachment_to_standard
363: -- Type : Public
364: -- Pre-reqs : None
365: -- Function : Updates the attachments associated with the requisition to standard attachment
366: -- Parameters : p_req_header_id IN NUMBER : Corresponds to the existing requisition line id

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

361:
362: -- API Name : update_attachment_to_standard
363: -- Type : Public
364: -- Pre-reqs : None
365: -- Function : Updates the attachments associated with the requisition to standard attachment
366: -- Parameters : p_req_header_id IN NUMBER : Corresponds to the existing requisition line id
367:
368: PROCEDURE update_attachment_to_standard(p_req_header_id in NUMBER);
369:

Line 368: PROCEDURE update_attachment_to_standard(p_req_header_id in NUMBER);

364: -- Pre-reqs : None
365: -- Function : Updates the attachments associated with the requisition to standard attachment
366: -- Parameters : p_req_header_id IN NUMBER : Corresponds to the existing requisition line id
367:
368: PROCEDURE update_attachment_to_standard(p_req_header_id in NUMBER);
369:
370: FUNCTION is_req_encumbered(p_req_header_id in NUMBER)
371: RETURN VARCHAR2;
372: