DBA Data[Home] [Help]

APPS.OKL_AM_CONTRACT_PRTFL_PVT dependencies on OKL_PRTFL_LINES_PUB

Line 27: SUBTYPE pflv_rec_type IS okl_prtfl_lines_pub.pflv_rec_type;

23: x_msg_data OUT NOCOPY VARCHAR2,
24: p_contract_id IN NUMBER) IS
25:
26: SUBTYPE pfcv_rec_type IS okl_prtfl_contracts_pub.pfcv_rec_type;
27: SUBTYPE pflv_rec_type IS okl_prtfl_lines_pub.pflv_rec_type;
28:
29: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
30:
31:

Line 474: okl_prtfl_lines_pub.insert_prtfl_lines(

470: lp_pflv_rec.pfc_id := lx_pfcv_rec.id;
471: lp_pflv_rec.tmb_id := l_assignment_grp_id;
472: lp_pflv_rec.fma_id := l_formulae_id;
473:
474: okl_prtfl_lines_pub.insert_prtfl_lines(
475: p_api_version => p_api_version
476: ,p_init_msg_list => OKL_API.G_FALSE
477: ,x_return_status => x_return_status
478: ,x_msg_count => x_msg_count

Line 776: SUBTYPE pflv_rec_type IS okl_prtfl_lines_pub.pflv_rec_type;

772: x_processed_count OUT NOCOPY NUMBER,
773: x_error_count OUT NOCOPY NUMBER) IS
774:
775: SUBTYPE pfcv_rec_type IS okl_prtfl_contracts_pub.pfcv_rec_type;
776: SUBTYPE pflv_rec_type IS okl_prtfl_lines_pub.pflv_rec_type;
777:
778: lp_pflv_rec pflv_rec_type;
779: lx_pflv_rec pflv_rec_type;
780:

Line 900: okl_prtfl_lines_pub.update_prtfl_lines(

896:
897: lp_pflv_rec.id := l_cntrctprtfl_rec.line_id;
898: lp_pflv_rec.budget_amount := l_budget_amount;
899:
900: okl_prtfl_lines_pub.update_prtfl_lines(
901: p_api_version => p_api_version
902: ,p_init_msg_list => OKL_API.G_FALSE
903: ,x_return_status => l_return_status
904: ,x_msg_count => x_msg_count

Line 1180: SUBTYPE pflv_rec_type IS okl_prtfl_lines_pub.pflv_rec_type;

1176: x_total_count OUT NOCOPY NUMBER,
1177: x_processed_count OUT NOCOPY NUMBER,
1178: x_error_count OUT NOCOPY NUMBER) IS
1179:
1180: SUBTYPE pflv_rec_type IS okl_prtfl_lines_pub.pflv_rec_type;
1181:
1182: lp_pflv_rec pflv_rec_type;
1183: lx_pflv_rec pflv_rec_type;
1184:

Line 1267: okl_prtfl_lines_pub.update_prtfl_lines(

1263: -- update date_strategy_executed field
1264: lp_pflv_rec.id := l_cntrctprtfl_rec.line_id;
1265: lp_pflv_rec.date_strategy_executed := l_sysdate;
1266:
1267: okl_prtfl_lines_pub.update_prtfl_lines(
1268: p_api_version => p_api_version
1269: ,p_init_msg_list => OKL_API.G_FALSE
1270: ,x_return_status => l_return_status
1271: ,x_msg_count => x_msg_count