DBA Data[Home] [Help]

APPS.CSTPECEP dependencies on CST_EAM_WO_ESTIMATE_DETAILS

Line 350: CST_EAM_WO_ESTIMATE_DETAILS */

346:
347: END IF;
348:
349: /* the following lines delete the rows for this wip entity ID from the table
350: CST_EAM_WO_ESTIMATE_DETAILS */
351:
352: l_stmt_num := 32;
353:
354: FORALL l_index IN l_entity_id_tab.FIRST..l_entity_id_tab.LAST

Line 355: Delete from CST_EAM_WO_ESTIMATE_DETAILS

351:
352: l_stmt_num := 32;
353:
354: FORALL l_index IN l_entity_id_tab.FIRST..l_entity_id_tab.LAST
355: Delete from CST_EAM_WO_ESTIMATE_DETAILS
356: where wip_entity_id = l_entity_id_tab(l_index);
357:
358: /* Added the call to Delete_eamBalAcct as part of eAM
359: Requirements Project - R12. The procedure deletes the

Line 642: CST_EAM_WO_ESTIMATE_DETAILS */

638:
639: END IF;
640:
641: /* the following lines delete the rows for this wip entity ID from the table
642: CST_EAM_WO_ESTIMATE_DETAILS */
643:
644: l_stmt_num := 30;
645:
646: Delete from CST_EAM_WO_ESTIMATE_DETAILS

Line 646: Delete from CST_EAM_WO_ESTIMATE_DETAILS

642: CST_EAM_WO_ESTIMATE_DETAILS */
643:
644: l_stmt_num := 30;
645:
646: Delete from CST_EAM_WO_ESTIMATE_DETAILS
647: where wip_entity_id = l_entity_id_tab(1);
648:
649: /* Added the call to Delete_eamBalAcct as part of eAM
650: Requirements Project - R12. The procedure deletes the