DBA Data[Home] [Help]

APPS.RCV_TRANSACTION_SV dependencies on RCV_DISTRIBUTIONS_S

Line 676: RCV_DISTRIBUTIONS_S.get_misc_distr_info(

672: --
673: ELSIF (l_destination_type_code = 'MULTIPLE') THEN
674: x_progress := 35;
675:
676: RCV_DISTRIBUTIONS_S.get_misc_distr_info(
677: x_return_status => l_status,
678: p_line_location_id => x_po_line_location_id,
679: p_po_distribution_id => NULL,
680: x_kanban_card_number => x_kanban_card_number,

Line 766: RCV_DISTRIBUTIONS_S.get_misc_req_distr_info(

762: ELSIF x_receipt_source_code = 'INTERNAL ORDER' THEN
763:
764: -- We do not need subinv from this procedure because it will be provided
765: -- from the view for this case.
766: RCV_DISTRIBUTIONS_S.get_misc_req_distr_info(
767: x_return_status => l_status,
768: p_requisition_line_id => p_req_line_id,
769: p_req_distribution_id => p_req_distribution_id,
770: x_kanban_card_number => x_kanban_card_number,