DBA Data[Home] [Help]

APPS.WF_PUB_ICC dependencies on EGO_PUB_BAT_SYSTEMS_B

Line 47: from EGO_PUB_BAT_SYSTEMS_B

43: is
44: l_valid boolean :=false;
45: cursor l_pub_systems(l_batch_id varchar2)
46: is select system_code
47: from EGO_PUB_BAT_SYSTEMS_B
48: where batch_id=l_batch_id;
49: begin
50: /*
51: *If the subscription paramter pub_system is null, then return false to indicate the system is invalid.