DBA Data[Home] [Help]

APPS.IGW_EDI_PROCESSING dependencies on IGW_PROP_ABSTRACTS

Line 20: from igw_prop_abstracts

16: FROM dual;
17:
18: cursor c_justification is
19: select substr(abstract,1,200)
20: from igw_prop_abstracts
21: where proposal_id = p_proposal_id
22: and abstract_type_code = 'C.1'
23: and abstract_type = 'IGW_ABSTRACT_TYPES';
24: