DBA Data[Home] [Help]

APPS.EGO_LIFECYCLE_ADMIN_PUB dependencies on EGO_LCPHASE_ITEM_STATUS

Line 298: --Delete the stale data from ego_lcphase_item_status

294: IF FND_API.To_Boolean(p_init_msg_list) THEN
295: FND_MSG_PUB.Initialize;
296: END IF;
297:
298: --Delete the stale data from ego_lcphase_item_status
299: DELETE
300: FROM
301: EGO_LCPHASE_ITEM_STATUS
302: WHERE

Line 301: EGO_LCPHASE_ITEM_STATUS

297:
298: --Delete the stale data from ego_lcphase_item_status
299: DELETE
300: FROM
301: EGO_LCPHASE_ITEM_STATUS
302: WHERE
303: PHASE_CODE = p_phase_code;
304:
305: -- Standard check of p_commit.