DBA Data[Home] [Help]

APPS.LNS_FUNDING_PUB dependencies on LNS_CONDITIONS_VL

Line 8291: from LNS_CONDITIONS_VL cond,

8287:
8288: -- checking for conditions
8289: CURSOR conditions_cur(P_DISB_HEADER_ID number) IS
8290: select count(1)
8291: from LNS_CONDITIONS_VL cond,
8292: LNS_COND_ASSIGNMENTS cond_ass
8293: where cond_ass.DISB_HEADER_ID = P_DISB_HEADER_ID and
8294: cond_ass.MANDATORY_FLAG = 'Y' and
8295: cond_ass.condition_id = cond.condition_id and