DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_PUB dependencies on INV_EBI_GET_OPERATIONAL_ATTRS

Line 431: l_get_opr_atts inv_ebi_get_operational_attrs;

427: l_msg_data VARCHAR2(1000);
428: l_items inv_ebi_item_list;
429: l_get_item_inp_obj inv_ebi_get_item_input;
430: l_get_opr_attrs_tbl inv_ebi_get_opr_attrs_tbl;
431: l_get_opr_atts inv_ebi_get_operational_attrs;
432: l_inv_ebi_item_attr_tbl_obj inv_ebi_item_attr_tbl_obj;
433: BEGIN
434: l_get_opr_attrs_tbl := inv_ebi_get_opr_attrs_tbl();
435: l_items := p_items;

Line 443: l_get_opr_atts := inv_ebi_get_operational_attrs(

439:
440: IF (l_items.item_table.COUNT > 0) THEN
441: FOR i IN l_items.item_table.FIRST..l_items.item_table.LAST LOOP
442: l_get_opr_attrs_tbl.extend();
443: l_get_opr_atts := inv_ebi_get_operational_attrs(
444: l_items.item_table(i).inventory_item_id
445: ,NULL
446: ,l_items.item_table(i).organization_id
447: ,NULL