DBA Data[Home] [Help]

APPS.OE_UPG_SO_NEW dependencies on SO_HOLD_SOURCES_ALL

Line 4646: so_hold_sources_all shsa

4642: is
4643: select
4644: shsa.hold_source_id
4645: from
4646: so_hold_sources_all shsa
4647: order by shsa.hold_source_id;
4648:
4649: v_total_sources number;
4650: v_min_source number;

Line 4682: so_hold_sources_all shsa;

4678: v_total_sources,
4679: v_min_source,
4680: v_max_source
4681: from
4682: so_hold_sources_all shsa;
4683: exception
4684: when others then
4685: null;
4686: end;