DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_PUB dependencies on INV_EBI_GET_OPR_ATTRS_TBL

Line 421: l_get_opr_attrs_tbl inv_ebi_get_opr_attrs_tbl;

417: l_msg_count NUMBER;
418: l_msg_data VARCHAR2(1000);
419: l_items inv_ebi_item_list;
420: l_get_item_inp_obj inv_ebi_get_item_input;
421: l_get_opr_attrs_tbl inv_ebi_get_opr_attrs_tbl;
422: l_get_opr_atts inv_ebi_get_operational_attrs;
423: l_inv_ebi_item_attr_tbl_obj inv_ebi_item_attr_tbl_obj;
424: BEGIN
425:

Line 432: l_get_opr_attrs_tbl := inv_ebi_get_opr_attrs_tbl();

428: THEN
429: INV_EBI_UTIL.set_apps_context(p_name_val_list.name_value_table);
430: END IF;
431: */
432: l_get_opr_attrs_tbl := inv_ebi_get_opr_attrs_tbl();
433: l_items := p_items;
434: x_return_status := FND_API.G_RET_STS_SUCCESS;
435:
436: INV_EBI_ITEM_HELPER.set_server_time_zone;