DBA Data[Home] [Help]

APPS.AMS_EVHRULES_PVT dependencies on AMS_CAMPAIGNS_ALL_B

Line 1015: FROM ams_campaigns_all_b

1011:
1012: /* Cursor to get the user status id of program */
1013: CURSOR c_PROGRAM_status (l_event_offer_id IN NUMBER) IS
1014: SELECT user_status_id
1015: FROM ams_campaigns_all_b
1016: WHERE campaign_id = l_event_offer_id;
1017:
1018:
1019: