DBA Data[Home] [Help]

APPS.BEN_TEST_HARNESS dependencies on BEN_PERSON_ACTIONS

Line 1624: from ben_person_actions

1620: (c_bft_id number
1621: )
1622: is
1623: select count(*)
1624: from ben_person_actions
1625: where benefit_action_id = c_bft_id
1626: and action_status_cd = 'P';
1627: --
1628: cursor c_errperact

Line 1633: from ben_person_actions

1629: (c_bft_id number
1630: )
1631: is
1632: select count(*)
1633: from ben_person_actions
1634: where benefit_action_id = c_bft_id
1635: and action_status_cd = 'E';
1636: --
1637: cursor c_upperact

Line 1642: from ben_person_actions

1638: (c_bft_id number
1639: )
1640: is
1641: select count(*)
1642: from ben_person_actions
1643: where benefit_action_id = c_bft_id
1644: and action_status_cd = 'U';
1645: --
1646: begin