DBA Data[Home] [Help]

APPS.BOMPASGR dependencies on CST_ACTIVITIES

Line 1860: from cst_activities

1856: if (c2rec.AI is null and c2rec.A is not null) then
1857: BEGIN
1858: select activity_id
1859: into c2rec.AI
1860: from cst_activities
1861: where activity = c2rec.A
1862: and nvl(organization_id,c2rec.OI) = c2rec.OI;
1863: EXCEPTION
1864: when NO_DATA_FOUND then