DBA Data[Home] [Help]

APPS.IGW_PROP_APPROVALS_PVT dependencies on IGW_PROP_QUESTIONS

Line 703: from igw_prop_questions

699:
700:
701: cursor get_answer is
702: select answer
703: from igw_prop_questions
704: where question_number = p_lvalue
705: and proposal_id = g_proposal_id;
706:
707: