DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on RCV_DISTRIBUTIONS_S

Line 649: RCV_DISTRIBUTIONS_S.get_misc_distr_info(

645: --
646: ELSIF (l_destination_type_code = 'MULTIPLE') THEN
647: x_progress := 35;
648:
649: RCV_DISTRIBUTIONS_S.get_misc_distr_info(
650: x_return_status => l_status,
651: p_line_location_id => x_po_line_location_id,
652: p_po_distribution_id => NULL,
653: x_kanban_card_number => x_kanban_card_number,

Line 739: RCV_DISTRIBUTIONS_S.get_misc_req_distr_info(

735: ELSIF x_receipt_source_code = 'INTERNAL ORDER' THEN
736:
737: -- We do not need subinv from this procedure because it will be provided
738: -- from the view for this case.
739: RCV_DISTRIBUTIONS_S.get_misc_req_distr_info(
740: x_return_status => l_status,
741: p_requisition_line_id => p_req_line_id,
742: p_req_distribution_id => p_req_distribution_id,
743: x_kanban_card_number => x_kanban_card_number,