DBA Data[Home] [Help]

APPS.PA_SCHEDULE_PVT dependencies on PA_PRM_WF_ITEM_KEY_S

Line 7438: SELECT PA_PRM_WF_ITEM_KEY_S.nextval

7434: -- Loop through the conflicting projects and send notifications depending on
7435: -- whether the conflicting project manager is present.
7436: FOR v_c2 in c2 LOOP
7437:
7438: SELECT PA_PRM_WF_ITEM_KEY_S.nextval
7439: INTO l_item_key
7440: FROM DUAL;
7441:
7442: l_conflict_proj_id := v_c2.project_id;

Line 7600: SELECT PA_PRM_WF_ITEM_KEY_S.nextval

7596: FETCH c3 INTO v_c3;
7597: IF (c3%FOUND) THEN
7598: PA_SCHEDULE_UTILS.debug('Send self overcommitment notifications');
7599: -- Create the WF process
7600: SELECT PA_PRM_WF_ITEM_KEY_S.nextval
7601: INTO l_item_key
7602: FROM DUAL;
7603: wf_engine.CreateProcess ( ItemType => l_item_type,
7604: ItemKey => l_item_key,