DBA Data[Home] [Help]

APPS.GMD_COA_DATA_NEW dependencies on GMD_COA_HEADERS

Line 1911: delete from gmd_coa_headers;

1907: x_return_status := FND_API.G_RET_STS_SUCCESS;
1908:
1909: /* ******* if db table is necessary and for debugging ***** -- */
1910:
1911: delete from gmd_coa_headers;
1912: delete from gmd_coa_details;
1913: delete from gmd_coa_spec_text;
1914: delete from gmd_coa_rslt_text;
1915:

Line 1932: INSERT into gmd_coa_headers (gmd_coa_id, order_id, line_id, orgn_code,

1928: /*Changed tbl_hdr.FIRST to NVL(tbl_hdr.FIRST,0) and */
1929: /*tbl_hdr.LAST to NVL(tbl_hdr.LAST,0) */
1930: FOR loop_counter IN NVL(tbl_hdr.FIRST,0) .. NVL(tbl_hdr.LAST,0) LOOP
1931: /*END BUG#1810652 */
1932: INSERT into gmd_coa_headers (gmd_coa_id, order_id, line_id, orgn_code,
1933: order_no,
1934: custpo_no,
1935: shipdate, cust_id, cust_no, cust_name,
1936: bol_id, bol_no, item_id,