DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on OE_AGREEMENTS

Line 2223: from OE_AGREEMENTS

2219: IF p_instance_header_tbl(tab_row).last_oe_agreement_id IS NOT NULL THEN
2220: Begin
2221: select name
2222: into p_instance_header_tbl(tab_row).last_oe_agreement_name
2223: from OE_AGREEMENTS
2224: where agreement_id = p_instance_header_tbl(tab_row).last_oe_agreement_id;
2225: Exception
2226: when no_data_found then
2227: null;