DBA Data[Home] [Help]

APPS.OKS_BILL_UTIL_PUB dependencies on OKS_BSL_DET_PUB

Line 4115: OKS_BSL_det_PUB.insert_bsl_det_Pub

4111: l_bsdv_rec_in.amount := L_BSLV_REC_IN.amount;
4112: l_bsdv_rec_in.unit_of_measure := L_GET_ITM_UOM_rec.uom_code;
4113: l_bsdv_rec_in.amcv_yn := 'N';
4114: l_bsdv_rec_in.result := 1;
4115: OKS_BSL_det_PUB.insert_bsl_det_Pub
4116: (
4117: P_API_VERSION => 1.0,
4118: P_INIT_MSG_LIST => 'T',
4119: X_RETURN_STATUS => l_RETURN_STATUS,

Line 4185: OKS_BSL_det_PUB.insert_bsl_det_Pub

4181: l_bsdv_rec_in.amcv_yn := 'N';
4182: l_bsdv_rec_in.result := 1;
4183:
4184:
4185: OKS_BSL_det_PUB.insert_bsl_det_Pub
4186: (
4187: P_API_VERSION => 1.0,
4188: P_INIT_MSG_LIST => 'T',
4189: X_RETURN_STATUS => l_RETURN_STATUS,

Line 4466: OKS_BSL_det_PUB.insert_bsl_det_Pub

4462: l_bsdv_rec_in.amount := L_BSLV_REC_IN.amount;
4463: l_bsdv_rec_in.unit_of_measure := L_GET_ITM_UOM_rec.uom_code;
4464: l_bsdv_rec_in.amcv_yn := 'N';
4465: l_bsdv_rec_in.result := 1;
4466: OKS_BSL_det_PUB.insert_bsl_det_Pub
4467: (
4468: P_API_VERSION => 1.0,
4469: P_INIT_MSG_LIST => 'T',
4470: X_RETURN_STATUS => l_RETURN_STATUS,

Line 4544: OKS_BSL_det_PUB.insert_bsl_det_Pub

4540: l_bsdv_rec_in.amount := L_BSLV_REC_IN.amount;
4541: l_bsdv_rec_in.unit_of_measure := L_GET_ITM_UOM_rec.uom_code;
4542: l_bsdv_rec_in.amcv_yn := 'N';
4543: l_bsdv_rec_in.result := 1;
4544: OKS_BSL_det_PUB.insert_bsl_det_Pub
4545: (
4546: P_API_VERSION => 1.0,
4547: P_INIT_MSG_LIST => 'T',
4548: X_RETURN_STATUS => l_RETURN_STATUS,

Line 5014: OKS_BSL_det_PUB.insert_bsl_det_Pub

5010: l_bsdv_tbl_in(1).ccr_id := l_bsd_rec.ccr_id;
5011: l_bsdv_tbl_in(1).cgr_id := l_bsd_rec.cgr_id;
5012: l_bsdv_tbl_in(1).amount := p_new_cp_lvl_tbl(l_index).amount;
5013:
5014: OKS_BSL_det_PUB.insert_bsl_det_Pub
5015: (
5016: p_api_version => 1.0,
5017: p_init_msg_list => 'T',
5018: x_return_status => x_return_status,

Line 5027: 'OKS_BSL_det_PUB.insert_bsl_det_Pub(x_return_status = '||x_return_status

5023: );
5024:
5025: IF fnd_log.level_event >= fnd_log.g_current_runtime_level THEN
5026: fnd_log.string(fnd_log.level_event,G_MODULE_CURRENT||'.ADJUST_SPLIT_BILL_REC.create_bsd',
5027: 'OKS_BSL_det_PUB.insert_bsl_det_Pub(x_return_status = '||x_return_status
5028: ||', bsd id = '|| l_bsdv_tbl_out(1).id ||')');
5029: END IF;
5030:
5031: IF NVL(x_return_status,'!') <> OKC_API.G_RET_STS_SUCCESS THEN