DBA Data[Home] [Help]

APPS.OKC_STATUS_CHANGE_PVT dependencies on OKC_CONTRACT_PUB

Line 345: l_cle_rec okc_contract_pub.clev_rec_type;

341: p_init_msg_list VARCHAR2(200) := okc_api.g_true;
342: x_msg_count NUMBER := okc_api.g_miss_num;
343: x_msg_data VARCHAR2(2000) := okc_api.g_miss_char;
344:
345: l_cle_rec okc_contract_pub.clev_rec_type;
346: x_cle_rec okc_contract_pub.clev_rec_type;
347:
348: TYPE line_rec_type IS RECORD (
349: contract_number okc_k_headers_b.contract_number%TYPE,

Line 346: x_cle_rec okc_contract_pub.clev_rec_type;

342: x_msg_count NUMBER := okc_api.g_miss_num;
343: x_msg_data VARCHAR2(2000) := okc_api.g_miss_char;
344:
345: l_cle_rec okc_contract_pub.clev_rec_type;
346: x_cle_rec okc_contract_pub.clev_rec_type;
347:
348: TYPE line_rec_type IS RECORD (
349: contract_number okc_k_headers_b.contract_number%TYPE,
350: contract_number_modifier okc_k_headers_b.contract_number_modifier%TYPE,

Line 1145: okc_contract_pub.lock_contract_line(

1141: -- lock added not to depend on update implementation
1142: --
1143:
1144:
1145: okc_contract_pub.lock_contract_line(
1146: p_api_version => 1.0,
1147: p_init_msg_list => p_init_msg_list,
1148: x_return_status => l_return_status,
1149: x_msg_count => x_msg_count,

Line 1306: okc_contract_pub.lock_contract_line(

1302:
1303: -- lock added not to depend on update implementation
1304: --
1305:
1306: okc_contract_pub.lock_contract_line(
1307: p_api_version => 1.0,
1308: p_init_msg_list => p_init_msg_list,
1309: x_return_status => l_return_status,
1310: x_msg_count => x_msg_count,

Line 1433: okc_contract_pub.lock_contract_line(

1429: --
1430: -- lock added not to depend on update implementation
1431: --
1432:
1433: okc_contract_pub.lock_contract_line(
1434: p_api_version => 1.0,
1435: p_init_msg_list => p_init_msg_list,
1436: x_return_status => l_return_status,
1437: x_msg_count => x_msg_count,

Line 1560: okc_contract_pub.lock_contract_line(

1556: --
1557: -- lock added not to depend on update implementation
1558: --
1559:
1560: okc_contract_pub.lock_contract_line(
1561: p_api_version => 1.0,
1562: p_init_msg_list => p_init_msg_list,
1563: x_return_status => l_return_status,
1564: x_msg_count => x_msg_count,

Line 3062: l_chr_rec okc_contract_pub.chrv_rec_type;

3058: l_return_status VARCHAR2(1) := okc_api.g_ret_sts_success;
3059: p_init_msg_list VARCHAR2(200) := okc_api.g_true;
3060: x_msg_count NUMBER := okc_api.g_miss_num;
3061: x_msg_data VARCHAR2(2000) := okc_api.g_miss_char;
3062: l_chr_rec okc_contract_pub.chrv_rec_type;
3063: i_chr_rec okc_contract_pub.chrv_rec_type;
3064: p_error_from_line VARCHAR2(1) := 'N';
3065:
3066: -- 'SIGNED' to ACTIVE

Line 3063: i_chr_rec okc_contract_pub.chrv_rec_type;

3059: p_init_msg_list VARCHAR2(200) := okc_api.g_true;
3060: x_msg_count NUMBER := okc_api.g_miss_num;
3061: x_msg_data VARCHAR2(2000) := okc_api.g_miss_char;
3062: l_chr_rec okc_contract_pub.chrv_rec_type;
3063: i_chr_rec okc_contract_pub.chrv_rec_type;
3064: p_error_from_line VARCHAR2(1) := 'N';
3065:
3066: -- 'SIGNED' to ACTIVE
3067: CURSOR C_ACTIVE IS

Line 3340: okc_contract_pub.lock_contract_header(

3336: -- End: Added for Status Change Action Assembler Changes 10/19/2000
3337: --
3338: -- lock added not to depend on update implementation
3339: --
3340: okc_contract_pub.lock_contract_header(
3341: p_api_version => 1.0,
3342: p_init_msg_list => p_init_msg_list,
3343: x_return_status => l_return_status,
3344: x_msg_count => x_msg_count,

Line 3511: okc_contract_pub.lock_contract_header(

3507: l_chr_rec.new_ste_code := h_status_type;
3508: --
3509: -- lock added not to depend on update implementation
3510: --
3511: okc_contract_pub.lock_contract_header(
3512: p_api_version => 1.0,
3513: p_init_msg_list => p_init_msg_list,
3514: x_return_status => l_return_status,
3515: x_msg_count => x_msg_count,

Line 3632: okc_contract_pub.lock_contract_header(

3628: l_chr_rec.old_ste_code := r_active.ste_code;
3629: l_chr_rec.new_sts_code := h_new_status;
3630: l_chr_rec.new_ste_code := h_status_type;
3631: --
3632: okc_contract_pub.lock_contract_header(
3633: p_api_version => 1.0,
3634: p_init_msg_list => p_init_msg_list,
3635: x_return_status => l_return_status,
3636: x_msg_count => x_msg_count,

Line 3759: okc_contract_pub.lock_contract_header(

3755: l_chr_rec.old_ste_code := r_signed.ste_code;
3756: l_chr_rec.new_sts_code := h_new_status;
3757: l_chr_rec.new_ste_code := h_status_type;
3758: --
3759: okc_contract_pub.lock_contract_header(
3760: p_api_version => 1.0,
3761: p_init_msg_list => p_init_msg_list,
3762: x_return_status => l_return_status,
3763: x_msg_count => x_msg_count,