DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_SERVICES_PVT

Line 3707: l_contractor_status := PO_SERVICES_PVT.get_contractor_status(interface.requisition_line_id); --

3703: -- ( if the contractor status is 'ASSIGNED',
3704: -- then we take the price directly from the Requisition Line )
3705: --
3706: -- 5) Not a complex work PO
3707: l_contractor_status := PO_SERVICES_PVT.get_contractor_status(interface.requisition_line_id); --
3708: IF ( ( g_document_subtype = 'STANDARD' )
3709: AND ( interface.from_line_id IS NOT NULL OR
3710: --
3711: interface.contract_id IS NOT NULL)

Line 4763: l_job_long_description := PO_SERVICES_PVT.get_job_long_description

4759: IF ( l_purchase_basis = 'TEMP LABOR' ) THEN
4760:
4761: -- Get the Job Long Description from the Req Line.
4762: --
4763: l_job_long_description := PO_SERVICES_PVT.get_job_long_description
4764: ( p_req_line_id => interface.requisition_line_id
4765: );
4766:
4767: -- If Job Long Description exists, convert it to an attachment.