DBA Data[Home] [Help]

APPS.PO_REQ_TEMPLATE_SV dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 78: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id

74:
75: x_progress := '010';
76: --
77: -- Default the IP_CATEGORY_ID
78: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id
79: (
80: p_po_category_id => x_category_id
81: , x_ip_category_id => l_ip_category_id -- OUT
82: );

Line 202: PO_ATTRIBUTE_VALUES_PVT.create_default_attributes

198: CLOSE C;
199:
200: --
201: -- Create default Attr and TLP rows for this PO Line
202: PO_ATTRIBUTE_VALUES_PVT.create_default_attributes
203: (
204: p_doc_type => 'REQ_TEMPLATE',
205: p_po_line_id => NULL,
206: p_req_template_name => x_express_name,

Line 283: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id

279: --dbms_output.put_line('Before Update');
280:
281: --
282: -- Get the new IP_CATEGORY_ID
283: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id
284: (
285: p_po_category_id => x_category_id
286: , x_ip_category_id => l_ip_category_id -- OUT
287: );

Line 344: PO_ATTRIBUTE_VALUES_PVT.update_attributes

340: Raise NO_DATA_FOUND;
341: END IF;
342:
343: --
344: PO_ATTRIBUTE_VALUES_PVT.update_attributes
345: (
346: p_doc_type => 'REQ_TEMPLATE'
347: , p_po_line_id => NULL
348: , p_req_template_name => x_express_name

Line 708: PO_ATTRIBUTE_VALUES_PVT.delete_attributes

704: END IF;
705:
706: --
707: -- Delete the Attr and TLP rows associated with this line.
708: PO_ATTRIBUTE_VALUES_PVT.delete_attributes
709: (
710: p_doc_type => 'REQ_TEMPLATE'
711: , p_req_template_name => l_req_template_name
712: , p_req_template_line_num => l_req_template_line_num