DBA Data[Home] [Help]

APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on INV_EBI_ECO_OUT_OBJ_TBL

Line 1127: PROCEDURE Convert_date_str_eco(p_eco_lst_obj IN inv_ebi_eco_out_obj_tbl

1123: -- Function :
1124: --
1125: ************************************************************************************/
1126:
1127: PROCEDURE Convert_date_str_eco(p_eco_lst_obj IN inv_ebi_eco_out_obj_tbl
1128: ,x_eco_lst_obj OUT NOCOPY inv_ebi_eco_out_obj_tbl)
1129: IS
1130: BEGIN
1131:

Line 1128: ,x_eco_lst_obj OUT NOCOPY inv_ebi_eco_out_obj_tbl)

1124: --
1125: ************************************************************************************/
1126:
1127: PROCEDURE Convert_date_str_eco(p_eco_lst_obj IN inv_ebi_eco_out_obj_tbl
1128: ,x_eco_lst_obj OUT NOCOPY inv_ebi_eco_out_obj_tbl)
1129: IS
1130: BEGIN
1131:
1132: x_eco_lst_obj := inv_ebi_eco_out_obj_tbl();

Line 1132: x_eco_lst_obj := inv_ebi_eco_out_obj_tbl();

1128: ,x_eco_lst_obj OUT NOCOPY inv_ebi_eco_out_obj_tbl)
1129: IS
1130: BEGIN
1131:
1132: x_eco_lst_obj := inv_ebi_eco_out_obj_tbl();
1133:
1134: IF(p_eco_lst_obj IS NOT NULL AND p_eco_lst_obj.COUNT>0) THEN
1135: x_eco_lst_obj.EXTEND(p_eco_lst_obj.COUNT);
1136: x_eco_lst_obj := p_eco_lst_obj;

Line 1436: ,x_eco_lst_obj OUT NOCOPY inv_ebi_eco_out_obj_tbl

1432: ************************************************************************************/
1433: PROCEDURE get_eco_list_attr(
1434: p_change_lst IN inv_ebi_change_id_obj_tbl
1435: ,p_name_val_list IN inv_ebi_name_value_list
1436: ,x_eco_lst_obj OUT NOCOPY inv_ebi_eco_out_obj_tbl
1437: ,x_return_status OUT NOCOPY VARCHAR2
1438: ,x_msg_count OUT NOCOPY NUMBER
1439: ,x_msg_data OUT NOCOPY VARCHAR2
1440: )

Line 1449: l_eco_obj_tbl inv_ebi_eco_out_obj_tbl;

1445: l_count NUMBER := 0;
1446: l_part_msgtxt VARCHAR2(32000);
1447: l_name_val_list inv_ebi_name_value_list;
1448: l_eco_obj inv_ebi_eco_obj;
1449: l_eco_obj_tbl inv_ebi_eco_out_obj_tbl;
1450: l_eco_lst_obj inv_ebi_eco_out_obj;
1451: l_mult_org_chg_id_temp inv_ebi_change_id_obj_tbl;
1452: l_mult_org_chg_id_tbl inv_ebi_change_id_obj_tbl;
1453: l_eco_output_tbl_lst inv_ebi_change_id_obj_tbl;

Line 1477: l_eco_obj_tbl := inv_ebi_eco_out_obj_tbl();

1473: SELECT c.change_id,c.last_update_status
1474: FROM THE (SELECT CAST( l_mult_org_chg_id_tbl as inv_ebi_change_id_obj_tbl)
1475: FROM dual ) c ) geco;
1476: BEGIN
1477: l_eco_obj_tbl := inv_ebi_eco_out_obj_tbl();
1478: l_name_val_list := p_name_val_list;
1479: x_return_status := FND_API.G_RET_STS_SUCCESS;
1480: l_mult_org_chg_id_tbl := inv_ebi_change_id_obj_tbl();
1481: l_mult_org_chg_id_temp := inv_ebi_change_id_obj_tbl();