DBA Data[Home] [Help]

APPS.PO_REQ_TEMPLATE_SV dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 76: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id

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

Line 200: PO_ATTRIBUTE_VALUES_PVT.create_default_attributes

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

Line 281: PO_ATTRIBUTE_VALUES_PVT.get_ip_category_id

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

Line 342: PO_ATTRIBUTE_VALUES_PVT.update_attributes

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

Line 587: PO_ATTRIBUTE_VALUES_PVT.delete_attributes

583: END IF;
584:
585: --
586: -- Delete the Attr and TLP rows associated with this line.
587: PO_ATTRIBUTE_VALUES_PVT.delete_attributes
588: (
589: p_doc_type => 'REQ_TEMPLATE'
590: , p_req_template_name => l_req_template_name
591: , p_req_template_line_num => l_req_template_line_num