DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_SERVICES_PVT

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

4069: -- ( if the contractor status is 'ASSIGNED',
4070: -- then we take the price directly from the Requisition Line )
4071: --
4072: -- 5) Not a complex work PO
4073: l_contractor_status := PO_SERVICES_PVT.get_contractor_status(interface.requisition_line_id); --
4074: --Bug:8598002 Enhanced Pricing: Enable pricing call for BLANKET document subtype if pricing enhanced for the style selected
4075: IF ( ( g_document_subtype = 'STANDARD' OR
4076: (g_document_subtype = 'BLANKET' AND l_enhanced_pricing_flag = 'Y'))
4077: AND ( interface.from_line_id IS NOT NULL OR

Line 5223: l_job_long_description := PO_SERVICES_PVT.get_job_long_description

5219: IF ( l_purchase_basis = 'TEMP LABOR' ) THEN
5220:
5221: -- Get the Job Long Description from the Req Line.
5222: --
5223: l_job_long_description := PO_SERVICES_PVT.get_job_long_description
5224: ( p_req_line_id => interface.requisition_line_id
5225: );
5226:
5227: -- If Job Long Description exists, convert it to an attachment.