DBA Data[Home] [Help]

APPS.CN_PMTPLAN_PVT dependencies on CN_PMT_PLANS_PKG

Line 401: -- CN_Pmt_Plans_Pkg.Begin_Record

397: --
398: -- Procedure : Create_PmtPlan
399: -- Description: Public API to create a pmt plan
400: -- Calls : validate_pmt_plan
401: -- CN_Pmt_Plans_Pkg.Begin_Record
402: --
403: PROCEDURE Create_PmtPlan(
404: p_api_version IN NUMBER,
405: p_init_msg_list IN VARCHAR2 ,

Line 613: CN_Pmt_Plans_Pkg.Begin_Record

609: x_loading_status := 'CCN_INVALID_REC_AND_PAC';
610: RAISE FND_API.G_EXC_ERROR;
611: END IF;
612:
613: CN_Pmt_Plans_Pkg.Begin_Record
614: (
615: x_operation => 'INSERT',
616: x_rowid => L_ROWID,
617: x_org_id => p_PmtPlan_rec.org_id,

Line 727: -- CN_Pmt_Plans_Pkg.Begin_Record

723: --
724: -- Procedure : Update PmtPlan
725: -- Description : This is a public procedure to update pmt plans
726: -- Calls : validate_pmt_plan
727: -- CN_Pmt_Plans_Pkg.Begin_Record
728: --
729:
730: PROCEDURE Update_PmtPlan (
731: p_api_version IN NUMBER,

Line 1204: Cn_Pmt_Plans_Pkg.Begin_Record(

1200: x_loading_status := 'CN_INVALID_REC_AND_PAC';
1201: RAISE FND_API.G_EXC_ERROR;
1202: END IF;
1203:
1204: Cn_Pmt_Plans_Pkg.Begin_Record(
1205: x_operation => 'UPDATE',
1206: x_rowid => L_ROWID,
1207: x_org_id => p_PmtPlan_rec.org_id,
1208: x_pmt_plan_id => l_pmt_plan_id,

Line 1435: cn_pmt_plans_pkg.begin_record

1431: x_loading_status := 'CN_DELETE_NA';
1432: RAISE FND_API.G_EXC_ERROR;
1433: END IF;
1434:
1435: cn_pmt_plans_pkg.begin_record
1436: (
1437: x_operation => 'DELETE',
1438: x_rowid => L_ROWID,
1439: x_org_id => p_PmtPlan_rec.org_id,