DBA Data[Home] [Help]

APPS.IGW_BUDGET_OPERATIONS dependencies on IGW_PROPOSALS_ALL

Line 1338: from igw_proposals_all

1334: if (p_version_id is not null and p_proposal_id is not null) then
1335: if p_activity_type_code is null then
1336: select activity_type_code
1337: into l_activity_type_code
1338: from igw_proposals_all
1339: where proposal_id = p_proposal_id;
1340: end if;
1341:
1342: if p_oh_rate_class_id is null then