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 643: CST_EAM_WO_ESTIMATE_DETAILS */

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

Line 647: Delete from CST_EAM_WO_ESTIMATE_DETAILS

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