DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_PUB dependencies on INV_EBI_GET_OPR_ATTRS_TBL

Line 430: l_get_opr_attrs_tbl inv_ebi_get_opr_attrs_tbl;

426: l_msg_count NUMBER;
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();

Line 434: l_get_opr_attrs_tbl := inv_ebi_get_opr_attrs_tbl();

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;
436: x_return_status := FND_API.G_RET_STS_SUCCESS;
437:
438: INV_EBI_ITEM_HELPER.set_server_time_zone;