DBA Data[Home] [Help]

APPS.OKL_COPY_CONTRACT_PUB dependencies on OKL_COPY_CONTRACT_PVT

Line 11: RETURN(OKL_COPY_CONTRACT_PVT.is_copy_allowed(p_chr_id,p_sts_code));

7:
8:
9: FUNCTION is_copy_allowed(p_chr_id IN NUMBER,p_sts_code IN VARCHAR2 DEFAULT NULL) RETURN BOOLEAN IS
10: BEGIN
11: RETURN(OKL_COPY_CONTRACT_PVT.is_copy_allowed(p_chr_id,p_sts_code));
12: END is_copy_allowed;
13:
14: FUNCTION is_subcontract_allowed(p_chr_id IN NUMBER,p_sts_code IN VARCHAR2) RETURN BOOLEAN IS
15: BEGIN

Line 16: RETURN(OKL_COPY_CONTRACT_PVT.is_subcontract_allowed(p_chr_id,p_sts_code));

12: END is_copy_allowed;
13:
14: FUNCTION is_subcontract_allowed(p_chr_id IN NUMBER,p_sts_code IN VARCHAR2) RETURN BOOLEAN IS
15: BEGIN
16: RETURN(OKL_COPY_CONTRACT_PVT.is_subcontract_allowed(p_chr_id,p_sts_code));
17: END is_subcontract_allowed;
18:
19: FUNCTION update_target_contract(p_chr_id IN NUMBER) RETURN BOOLEAN IS
20: BEGIN

Line 21: RETURN(OKL_COPY_CONTRACT_PVT.update_target_contract(p_chr_id));

17: END is_subcontract_allowed;
18:
19: FUNCTION update_target_contract(p_chr_id IN NUMBER) RETURN BOOLEAN IS
20: BEGIN
21: RETURN(OKL_COPY_CONTRACT_PVT.update_target_contract(p_chr_id));
22: END update_target_contract;
23:
24: PROCEDURE derive_line_style(p_old_lse_id IN NUMBER,
25: p_old_jtot_code IN VARCHAR2,

Line 31: OKL_COPY_CONTRACT_PVT.derive_line_style(

27: p_new_parent_lse IN NUMBER,
28: x_new_lse_count OUT NOCOPY NUMBER,
29: x_new_lse_ids OUT NOCOPY VARCHAR2) IS
30: BEGIN
31: OKL_COPY_CONTRACT_PVT.derive_line_style(
32: p_old_lse_id => p_old_lse_id,
33: p_old_jtot_code => p_old_jtot_code,
34: p_new_subclass => p_new_subclass,
35: p_new_parent_lse => p_new_parent_lse,

Line 79: OKL_COPY_CONTRACT_PVT.copy_components(

75:
76: --Customer pre-processing Section
77: --Vertical Industry pre-processing Section
78: --Business Logic
79: OKL_COPY_CONTRACT_PVT.copy_components(
80: p_api_version => p_api_version,
81: p_init_msg_list => g_init_msg_list,
82: x_return_status => x_return_status,
83: x_msg_count => x_msg_count,

Line 187: OKL_COPY_CONTRACT_PVT.copy_contract(

183: --Customer pre-processing Section
184:
185: --Vertical pre-processing Section
186: --Business Logic
187: OKL_COPY_CONTRACT_PVT.copy_contract(
188: p_api_version => p_api_version,
189: p_init_msg_list => g_init_msg_list,
190: x_return_status => x_return_status,
191: x_msg_count => x_msg_count,

Line 287: OKL_COPY_CONTRACT_PVT.copy_lease_contract(

283: --Customer pre-processing Section
284:
285: --Vertical pre-processing Section
286: --Business Logic
287: OKL_COPY_CONTRACT_PVT.copy_lease_contract(
288: p_api_version => p_api_version,
289: p_init_msg_list => g_init_msg_list,
290: x_return_status => x_return_status,
291: x_msg_count => x_msg_count,

Line 387: OKL_COPY_CONTRACT_PVT.copy_lease_contract(

383: --Customer pre-processing Section
384:
385: --Vertical pre-processing Section
386: --Business Logic
387: OKL_COPY_CONTRACT_PVT.copy_lease_contract(
388: p_api_version => p_api_version,
389: p_init_msg_list => g_init_msg_list,
390: x_return_status => x_return_status,
391: x_msg_count => x_msg_count,

Line 487: OKL_COPY_CONTRACT_PVT.copy_lease_contract_new(

483: --Customer pre-processing Section
484:
485: --Vertical pre-processing Section
486: --Business Logic
487: OKL_COPY_CONTRACT_PVT.copy_lease_contract_new(
488: p_api_version => p_api_version,
489: p_init_msg_list => g_init_msg_list,
490: x_return_status => x_return_status,
491: x_msg_count => x_msg_count,

Line 587: OKL_COPY_CONTRACT_PVT.copy_lease_contract_new(

583: --Customer pre-processing Section
584:
585: --Vertical pre-processing Section
586: --Business Logic
587: OKL_COPY_CONTRACT_PVT.copy_lease_contract_new(
588: p_api_version => p_api_version,
589: p_init_msg_list => g_init_msg_list,
590: x_return_status => x_return_status,
591: x_msg_count => x_msg_count,

Line 685: OKL_COPY_CONTRACT_PVT.copy_contract(

681: --Customer pre-processing Section
682: --Vertical pre_processing section
683:
684: --Business Logic
685: OKL_COPY_CONTRACT_PVT.copy_contract(
686: p_api_version => p_api_version,
687: p_init_msg_list => g_init_msg_list,
688: x_return_status => x_return_status,
689: x_msg_count => x_msg_count,

Line 783: OKL_COPY_CONTRACT_PVT.copy_contract_lines(

779: --Custom pre_processing section
780:
781: --Vertical Industry pre_processing section
782:
783: OKL_COPY_CONTRACT_PVT.copy_contract_lines(
784: p_api_version => p_api_version,
785: p_init_msg_list => p_init_msg_list,
786: x_return_status => x_return_status,
787: x_msg_count => x_msg_count,

Line 869: OKL_COPY_CONTRACT_PVT.copy_rules(

865: --Custom pre_processing section
866:
867: --Vertical Industry pre_processing section
868:
869: OKL_COPY_CONTRACT_PVT.copy_rules(
870: p_api_version => p_api_version,
871: p_init_msg_list => g_init_msg_list,
872: x_return_status => x_return_status,
873: x_msg_count => x_msg_count,

Line 955: OKL_COPY_CONTRACT_PVT.copy_party_roles(

951: --Custom pre processing section
952:
953: --Vertical Industry pre processing section
954:
955: OKL_COPY_CONTRACT_PVT.copy_party_roles(
956: p_api_version => p_api_version,
957: p_init_msg_list => g_init_msg_list,
958: x_return_status => x_return_status,
959: x_msg_count => x_msg_count,

Line 1043: OKL_COPY_CONTRACT_PVT.copy_articles(

1039: --Custom pre processing section
1040:
1041: --Vertical pre processing section
1042:
1043: OKL_COPY_CONTRACT_PVT.copy_articles(
1044: p_api_version => p_api_version,
1045: p_init_msg_list => g_init_msg_list,
1046: x_return_status => x_return_status,
1047: x_msg_count => x_msg_count,

Line 1129: OKL_COPY_CONTRACT_PVT.copy_latest_articles(

1125: --Custom pre processing section
1126:
1127: --Vertical Industry pre processing section
1128:
1129: OKL_COPY_CONTRACT_PVT.copy_latest_articles(
1130: p_api_version => p_api_version,
1131: p_init_msg_list => g_init_msg_list,
1132: x_return_status => x_return_status,
1133: x_msg_count => x_msg_count,