DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PVT dependencies on OKC_COPY_CONTRACT_PUB

Line 1735: -- Notes : just calls OKC_COPY_CONTRACT_PUB.copy_components.

1731: -- published
1732: -- Business Rules :
1733: -- Parameters :
1734: -- Version : 1.0
1735: -- Notes : just calls OKC_COPY_CONTRACT_PUB.copy_components.
1736: -- End of comments
1737: --------------------------------------------------------------------------------
1738: Procedure Catchup_okl_contract_line(
1739: p_api_version IN NUMBER,

Line 1822: RETURN(OKC_COPY_CONTRACT_PUB.is_copy_allowed(p_chr_id,p_sts_code));

1818: p_api_type => g_api_type);
1819: End CatchUp_okl_Contract_Line;
1820: FUNCTION is_copy_allowed(p_chr_id IN NUMBER,p_sts_code IN VARCHAR2 DEFAULT NULL) RETURN BOOLEAN IS
1821: BEGIN
1822: RETURN(OKC_COPY_CONTRACT_PUB.is_copy_allowed(p_chr_id,p_sts_code));
1823: END is_copy_allowed;
1824: -------
1825: FUNCTION is_subcontract_allowed(p_chr_id IN NUMBER,p_sts_code IN VARCHAR2) RETURN BOOLEAN IS
1826: BEGIN

Line 1827: RETURN(OKC_COPY_CONTRACT_PUB.is_subcontract_allowed(p_chr_id,p_sts_code));

1823: END is_copy_allowed;
1824: -------
1825: FUNCTION is_subcontract_allowed(p_chr_id IN NUMBER,p_sts_code IN VARCHAR2) RETURN BOOLEAN IS
1826: BEGIN
1827: RETURN(OKC_COPY_CONTRACT_PUB.is_subcontract_allowed(p_chr_id,p_sts_code));
1828: END is_subcontract_allowed;
1829: -----
1830: FUNCTION update_target_contract(p_chr_id IN NUMBER) RETURN BOOLEAN IS
1831: BEGIN

Line 1832: RETURN(OKC_COPY_CONTRACT_PUB.update_target_contract(p_chr_id));

1828: END is_subcontract_allowed;
1829: -----
1830: FUNCTION update_target_contract(p_chr_id IN NUMBER) RETURN BOOLEAN IS
1831: BEGIN
1832: RETURN(OKC_COPY_CONTRACT_PUB.update_target_contract(p_chr_id));
1833: END update_target_contract;
1834: -----
1835: PROCEDURE derive_line_style(p_old_lse_id IN NUMBER,
1836: p_old_jtot_code IN VARCHAR2,

Line 1859: -- Notes : just calls OKC_COPY_CONTRACT_PUB.copy_components.

1855: -- published in OKL_COPY_CONTRACTS_PUB
1856: -- Business Rules :
1857: -- Parameters :
1858: -- Version : 1.0
1859: -- Notes : just calls OKC_COPY_CONTRACT_PUB.copy_components.
1860: -- End of comments
1861: --------------------------------------------------------------------------------
1862: PROCEDURE copy_components(
1863: p_api_version IN NUMBER,

Line 1907: OKC_COPY_CONTRACT_PUB.copy_components(

1903:
1904: l_components_tbl := migrate_components_tbl(p_components_tbl);
1905: l_lines_tbl := migrate_lines_tbl(p_lines_tbl);
1906: --Call OKC_CONTRACT_PUB.copy_components
1907: OKC_COPY_CONTRACT_PUB.copy_components(
1908: p_api_version => p_api_version,
1909: p_init_msg_list => p_init_msg_list,
1910: x_return_status => l_return_status,
1911: x_msg_count => x_msg_count,

Line 2942: --Call OKC_COPY_CONTRACT_PUB.Copy_Contract

2938: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
2939: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
2940: RAISE OKL_API.G_EXCEPTION_ERROR;
2941: END IF;
2942: --Call OKC_COPY_CONTRACT_PUB.Copy_Contract
2943: --dbms_output.put_line('before okc_copy p_chr_id '||to_char(p_chr_id));
2944: OKC_COPY_CONTRACT_PUB.copy_contract(
2945: p_api_version => p_api_version,
2946: p_init_msg_list => p_init_msg_list,

Line 2944: OKC_COPY_CONTRACT_PUB.copy_contract(

2940: RAISE OKL_API.G_EXCEPTION_ERROR;
2941: END IF;
2942: --Call OKC_COPY_CONTRACT_PUB.Copy_Contract
2943: --dbms_output.put_line('before okc_copy p_chr_id '||to_char(p_chr_id));
2944: OKC_COPY_CONTRACT_PUB.copy_contract(
2945: p_api_version => p_api_version,
2946: p_init_msg_list => p_init_msg_list,
2947: x_return_status => l_return_status,
2948: x_msg_count => x_msg_count,

Line 3145: --Call OKC_COPY_CONTRACT_PUB.Copy_Components

3141:
3142: IF (l_return_status <> OKC_API.G_RET_STS_SUCCESS) THEN
3143: RAISE OKL_API.G_EXCEPTION_ERROR;
3144: END IF;
3145: --Call OKC_COPY_CONTRACT_PUB.Copy_Components
3146: -- do not do this again as this might already be done as part of OKC_COPY_CONTRACT
3147: /*
3148: OKC_COPY_CONTRACT_PUB.Copy_Components(
3149: p_api_version => p_api_version,

Line 3148: OKC_COPY_CONTRACT_PUB.Copy_Components(

3144: END IF;
3145: --Call OKC_COPY_CONTRACT_PUB.Copy_Components
3146: -- do not do this again as this might already be done as part of OKC_COPY_CONTRACT
3147: /*
3148: OKC_COPY_CONTRACT_PUB.Copy_Components(
3149: p_api_version => p_api_version,
3150: p_init_msg_list => p_init_msg_list,
3151: x_return_status => l_return_status,
3152: x_msg_count => x_msg_count,

Line 3432: --Call OKC_COPY_CONTRACT_PUB.copy_contract_lines

3428: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
3429: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
3430: RAISE OKL_API.G_EXCEPTION_ERROR;
3431: END IF;
3432: --Call OKC_COPY_CONTRACT_PUB.copy_contract_lines
3433: OKC_COPY_CONTRACT_PUB.copy_contract_lines(p_api_version => P_api_version,
3434: p_init_msg_list => p_init_msg_list,
3435: x_return_status => l_return_status,
3436: x_msg_count => x_msg_count,

Line 3433: OKC_COPY_CONTRACT_PUB.copy_contract_lines(p_api_version => P_api_version,

3429: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
3430: RAISE OKL_API.G_EXCEPTION_ERROR;
3431: END IF;
3432: --Call OKC_COPY_CONTRACT_PUB.copy_contract_lines
3433: OKC_COPY_CONTRACT_PUB.copy_contract_lines(p_api_version => P_api_version,
3434: p_init_msg_list => p_init_msg_list,
3435: x_return_status => l_return_status,
3436: x_msg_count => x_msg_count,
3437: x_msg_data => x_msg_data,

Line 3746: --call OKC_COPY_CONTRACT_PUB.copy_rules

3742: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
3743: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
3744: RAISE OKL_API.G_EXCEPTION_ERROR;
3745: END IF;
3746: --call OKC_COPY_CONTRACT_PUB.copy_rules
3747: OKC_COPY_CONTRACT_PUB.copy_rules(
3748: p_api_version => p_api_version,
3749: p_init_msg_list => p_init_msg_list,
3750: x_return_status => x_return_status,

Line 3747: OKC_COPY_CONTRACT_PUB.copy_rules(

3743: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
3744: RAISE OKL_API.G_EXCEPTION_ERROR;
3745: END IF;
3746: --call OKC_COPY_CONTRACT_PUB.copy_rules
3747: OKC_COPY_CONTRACT_PUB.copy_rules(
3748: p_api_version => p_api_version,
3749: p_init_msg_list => p_init_msg_list,
3750: x_return_status => x_return_status,
3751: x_msg_count => x_msg_count,

Line 3868: OKC_COPY_CONTRACT_PUB.copy_party_roles(

3864: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
3865: RAISE OKL_API.G_EXCEPTION_ERROR;
3866: END IF;
3867:
3868: OKC_COPY_CONTRACT_PUB.copy_party_roles(
3869: p_api_version => p_api_version,
3870: p_init_msg_list => p_init_msg_list,
3871: x_return_status => x_return_status,
3872: x_msg_count => x_msg_count,

Line 4019: OKC_COPY_CONTRACT_PUB.copy_articles(

4015: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
4016: RAISE OKL_API.G_EXCEPTION_ERROR;
4017: END IF;
4018:
4019: OKC_COPY_CONTRACT_PUB.copy_articles(
4020: p_api_version => p_api_version,
4021: p_init_msg_list => p_init_msg_list,
4022: x_return_status => x_return_status,
4023: x_msg_count => x_msg_count,

Line 4108: OKC_COPY_CONTRACT_PUB.copy_latest_articles(

4104: ELSIF (l_return_status = OKL_API.G_RET_STS_ERROR) THEN
4105: RAISE OKL_API.G_EXCEPTION_ERROR;
4106: END IF;
4107:
4108: OKC_COPY_CONTRACT_PUB.copy_latest_articles(
4109: p_api_version => p_api_version,
4110: p_init_msg_list => p_init_msg_list,
4111: x_return_status => x_return_status,
4112: x_msg_count => x_msg_count,