DBA Data[Home] [Help]

APPS.INV_EBI_ITEM_PUB dependencies on INV_EBI_GET_OPERATIONAL_ATTRS

Line 422: l_get_opr_atts inv_ebi_get_operational_attrs;

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:
426: -- This Part of Code to set the APPS Context --BUG 8712091

Line 451: l_get_opr_atts := inv_ebi_get_operational_attrs(

447:
448: IF (l_items.item_table.COUNT > 0) THEN
449: FOR i IN l_items.item_table.FIRST..l_items.item_table.LAST LOOP
450: l_get_opr_attrs_tbl.extend();
451: l_get_opr_atts := inv_ebi_get_operational_attrs(
452: l_items.item_table(i).inventory_item_id
453: ,NULL
454: ,l_items.item_table(i).organization_id
455: ,NULL