DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on PO_SERVICES_PVT

Line 1405: po_services_pvt.get_job_long_description

1401: THEN
1402: l_progress := '020';
1403: -- Get the Job Long Description from the Req Line.
1404: l_job_long_description :=
1405: po_services_pvt.get_job_long_description
1406: (p_req_line_id => intf_rec.requisition_line_id);
1407:
1408: -- If Job Long Description exists, convert it to an attachment.
1409: --