DBA Data[Home] [Help]

APPS.INV_MWB_TREE dependencies on INV_LOT_SEL_ATTR

Line 546: x_attributes IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type

542: -- Procedure to get the flexfield structure of mtl_lot_numbers flexfield.
543: -- This procedure appends the entries to a table that has
544: -- already been populated
545: PROCEDURE get_mln_attributes_structure(
546: x_attributes IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
547: , x_attributes_count OUT NOCOPY NUMBER
548: , x_return_status OUT NOCOPY VARCHAR2
549: , x_msg_count OUT NOCOPY NUMBER
550: , x_msg_data OUT NOCOPY NUMBER

Line 557: x_attribute_values IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type

553: -- Procedure to get the values populated in MTL_LOT_NUMBERS of the enabled segments
554: -- This procedure appends the entries to a table that has
555: -- already been populated
556: PROCEDURE get_mln_attributes(
557: x_attribute_values IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
558: , x_attribute_prompts IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
559: , x_attributes_count OUT NOCOPY NUMBER
560: , x_return_status OUT NOCOPY VARCHAR2
561: , x_msg_count OUT NOCOPY NUMBER

Line 558: , x_attribute_prompts IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type

554: -- This procedure appends the entries to a table that has
555: -- already been populated
556: PROCEDURE get_mln_attributes(
557: x_attribute_values IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
558: , x_attribute_prompts IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
559: , x_attributes_count OUT NOCOPY NUMBER
560: , x_return_status OUT NOCOPY VARCHAR2
561: , x_msg_count OUT NOCOPY NUMBER
562: , x_msg_data OUT NOCOPY NUMBER

Line 568: x_attributes IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type

564: , p_inventory_item_id IN NUMBER
565: , p_lot_number IN VARCHAR2);
566:
567: PROCEDURE get_msn_attributes_structure(
568: x_attributes IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
569: , x_attributes_count OUT NOCOPY NUMBER
570: , x_return_status OUT NOCOPY VARCHAR2
571: , x_msg_count OUT NOCOPY NUMBER
572: , x_msg_data OUT NOCOPY NUMBER

Line 576: x_attribute_values IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type

572: , x_msg_data OUT NOCOPY NUMBER
573: , p_msn_context_code IN VARCHAR2);
574:
575: PROCEDURE get_msn_attributes(
576: x_attribute_values IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
577: , x_attribute_prompts IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
578: , x_attributes_count OUT NOCOPY NUMBER
579: , x_return_status OUT NOCOPY VARCHAR2
580: , x_msg_count OUT NOCOPY NUMBER

Line 577: , x_attribute_prompts IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type

573: , p_msn_context_code IN VARCHAR2);
574:
575: PROCEDURE get_msn_attributes(
576: x_attribute_values IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
577: , x_attribute_prompts IN OUT NOCOPY inv_lot_sel_attr.lot_sel_attributes_tbl_type
578: , x_attributes_count OUT NOCOPY NUMBER
579: , x_return_status OUT NOCOPY VARCHAR2
580: , x_msg_count OUT NOCOPY NUMBER
581: , x_msg_data OUT NOCOPY NUMBER