DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on INV_EBI_CATEGORY_OUTPUT_OBJ

Line 501: l_category_output inv_ebi_category_output_obj;

497: l_organization_id NUMBER;
498: l_organization_code VARCHAR2(3);
499: l_uda_output inv_ebi_uda_output_obj;
500: l_item inv_ebi_item_obj;
501: l_category_output inv_ebi_category_output_obj;
502: l_pkdata ego_col_name_value_pair_array;
503: l_pkcode ego_col_name_value_pair_array;
504: l_eco_obj inv_ebi_eco_obj;
505: l_eco_obj_validate_eco inv_ebi_eco_obj;

Line 549: l_category_output := inv_ebi_category_output_obj(NULL);

545: FND_MSG_PUB.initialize;
546: --fnd_global.apps_initialize(1068,56229,724,0);
547: l_uda_output := inv_ebi_uda_output_obj(NULL,NULL);
548: INV_EBI_UTIL.debug_line('STEP: 10 START INSIDE INV_EBI_CHANGE_ORDER_PUB.process_change_order');
549: l_category_output := inv_ebi_category_output_obj(NULL);
550: l_output_status := inv_ebi_output_status(fnd_api.g_ret_sts_success,NULL,NULL,NULL);
551: x_out := inv_ebi_eco_output_obj(NULL,NULL,NULL,NULL,l_output_status,NULL,NULL);
552: l_item_output_tbl := inv_ebi_item_output_tbl();
553: l_item_obj_tbl := inv_ebi_item_attr_tbl();