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.4.12000000.2 2007/08/07 14:48:57 apink ship $*/
3: -- +======================================================================+
4: -- | Copyright (c) 1998 Oracle Corporation |
5: -- | Redwood Shores, California, USA |

Line 2276: cn_comm_lines_api_pkg.insert_row(l_api_rec);

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

Line 2294: END CN_COMM_LINES_API_PKG;

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