DBA Data[Home] [Help]

APPS.IGW_PROPOSAL_APPROVAL dependencies on IGW_PROP_QUESTIONS

Line 715: from igw_prop_questions

711:
712:
713: cursor get_answer is
714: select answer
715: from igw_prop_questions
716: where question_number = p_lvalue
717: and proposal_id = g_proposal_id;
718:
719: