DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG3 dependencies on CS_ESTIMATE_DETAILS_S

Line 1499: SELECT cs_estimate_details_s.nextval

1495: l_line_num := NVL(l_line_num,1);
1496:
1497: -- This is newly created Charge lines (type - Estimate) estimate_detail_id
1498: -- l_ed_id is our l_new_est_detail_id
1499: SELECT cs_estimate_details_s.nextval
1500: INTO l_new_est_detail_id
1501: FROM SYS.DUAL;
1502:
1503: -- get the actual header id : only one actual header for each repair line

Line 1883: SELECT cs_estimate_details_s.nextval

1879: l_line_num := NVL(l_line_num,1);
1880:
1881: -- This is newly created Charge lines (type - Estimate) estimate_detail_id
1882: -- l_ed_id is our l_new_est_detail_id
1883: SELECT cs_estimate_details_s.nextval
1884: INTO l_new_est_detail_id
1885: FROM SYS.DUAL;
1886:
1887: -- get the actual header id : only one actual header for each repair line