DBA Data[Home] [Help]

APPS.CN_COMM_LINES_API_PKG dependencies on CN_COMM_LINES_API_PKG

Line 1: PACKAGE BODY CN_COMM_LINES_API_PKG AS

1: PACKAGE BODY CN_COMM_LINES_API_PKG AS
2: /* $Header: cncmapib.pls 120.5.12010000.2 2009/01/28 12:18:27 gmarwah ship $*/
3: -- +======================================================================+
4: -- | Copyright (c) 1998 Oracle Corporation |
5: -- | Redwood Shores, California, USA |

Line 2275: cn_comm_lines_api_pkg.insert_row(l_api_rec);

2271: l_api_rec.split_pct := api_curs_rec.split_pct;
2272: l_api_rec.split_status := api_curs_rec.split_status;
2273: l_api_rec.org_id := x_org_id;
2274: --
2275: cn_comm_lines_api_pkg.insert_row(l_api_rec);
2276: --
2277: END LOOP;
2278: EXCEPTION
2279: WHEN OTHERS THEN

Line 2293: END CN_COMM_LINES_API_PKG;

2289:
2290: END LOOP;
2291: END negate_record;
2292: --
2293: END CN_COMM_LINES_API_PKG;
2294:
2295: