DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_INTERFACE_PVT dependencies on OKL_AM_PARTIES_PVT

Line 3485: x_q_party_uv_tbl OKL_AM_PARTIES_PVT.q_party_uv_tbl_type;

3481: x_record_count NUMBER;
3482: group_number NUMBER := 0;
3483: l_contract_record NUMBER;
3484: l_qte_msg_count NUMBER := 0;
3485: x_q_party_uv_tbl OKL_AM_PARTIES_PVT.q_party_uv_tbl_type;
3486: l_tif_rec tif_rec_type;
3487: l_contract_number l_tif_rec.contract_number%TYPE;
3488: l_quote_type l_tif_rec.quote_type_code%TYPE;
3489: l_quote_reason l_tif_rec.quote_reason_code%TYPE;

Line 3575: OKL_AM_PARTIES_PVT.fetch_rule_quote_parties

3571: lp_quot_rec.date_effective_from := p_tif_tbl(l_contract_record).date_effective_from;
3572: lp_quot_rec.org_id := p_tif_tbl(l_contract_record).org_id;
3573: lp_quot_rec.qtp_code := p_tif_tbl(l_contract_record).quote_type_code;
3574: lp_quot_rec.qrs_code := p_tif_tbl(l_contract_record).quote_reason_code;
3575: OKL_AM_PARTIES_PVT.fetch_rule_quote_parties
3576: ( p_api_version => p_api_version,
3577: p_init_msg_list => OKC_API.G_FALSE,
3578: x_msg_count => x_msg_count,
3579: x_msg_data => x_msg_data,

Line 3586: --errorout_vg('AFter OKL_AM_PARTIES_PVT.fetch_rule_quote_parties ' || x_return_status);

3582: x_qpyv_tbl => lp_qpyv_tbl,
3583: x_record_count => x_record_count,
3584: x_q_party_uv_tbl => x_q_party_uv_tbl);
3585:
3586: --errorout_vg('AFter OKL_AM_PARTIES_PVT.fetch_rule_quote_parties ' || x_return_status);
3587: IF (G_DEBUG_LEVEL_STATEMENT >= G_DEBUG_CURRENT_RUNTIME_LEVEL) THEN
3588: FND_LOG.STRING(G_DEBUG_LEVEL_STATEMENT,'OKL_AM_TERMNT_INTERFACE_PVT.populate_party_for_quote.',
3589: 'Fetch rule Quote parties status = ' || x_return_status ||
3590: 'Party record count' || lp_qpyv_tbl.COUNT );

Line 3616: OKL_AM_PARTIES_PVT.create_quote_parties

3612: END LOOP;
3613: END IF;
3614:
3615: -- calls Create quote parties with p_validate_only = TRUE
3616: OKL_AM_PARTIES_PVT.create_quote_parties
3617: ( p_qtev_rec => lp_quot_rec,
3618: p_qpyv_tbl => lp_qpyv_tbl,
3619: p_validate_only => TRUE,
3620: x_qpyv_tbl => lx_qpyv_tbl,

Line 3816: OKL_AM_PARTIES_PVT.create_quote_parties (

3812: 'Before Create quote parties ' || lp_qpyv_tbl.count );
3813: END IF;
3814:
3815: -- calls Create quote parties with p_validate_only = TRUE
3816: OKL_AM_PARTIES_PVT.create_quote_parties (
3817: p_qtev_rec => lp_quot_rec,
3818: p_qpyv_tbl => lp_qpyv_tbl,
3819: p_validate_only => TRUE,
3820: x_qpyv_tbl => lx_qpyv_tbl,

Line 4066: OKL_AM_PARTIES_PVT.fetch_rule_quote_parties (

4062: lp_quot_rec.org_id := p_tif_tbl(record_number).org_id;
4063: lp_quot_rec.qtp_code := p_tif_tbl(record_number).quote_type_code;
4064: lp_quot_rec.qrs_code := p_tif_tbl(record_number).quote_reason_code;
4065:
4066: OKL_AM_PARTIES_PVT.fetch_rule_quote_parties (
4067: p_api_version => p_api_version,
4068: p_init_msg_list => OKC_API.G_FALSE,
4069: x_msg_count => x_msg_count,
4070: x_msg_data => x_msg_data,

Line 4109: OKL_AM_PARTIES_PVT.create_quote_parties (

4105: END LOOP;
4106: END IF;
4107:
4108: -- calls Create quote parties with p_validate_only = TRUE
4109: OKL_AM_PARTIES_PVT.create_quote_parties (
4110: p_qtev_rec => lp_quot_rec,
4111: p_qpyv_tbl => lp_qpyv_tbl,
4112: p_validate_only => TRUE,
4113: x_qpyv_tbl => lx_qpyv_tbl,

Line 4301: OKL_AM_PARTIES_PVT.create_quote_parties (

4297: 'Before Create quote parties ' || lp_qpyv_tbl.count );
4298: END IF;
4299:
4300: -- calls Create quote parties with p_validate_only = TRUE
4301: OKL_AM_PARTIES_PVT.create_quote_parties (
4302: p_qtev_rec => lp_quot_rec,
4303: p_qpyv_tbl => lp_qpyv_tbl,
4304: p_validate_only => TRUE,
4305: x_qpyv_tbl => lx_qpyv_tbl,