DBA Data[Home] [Help]

APPS.OKC_STATUS_CHANGE_PVT dependencies on OKC_CONTRACT_PUB

Line 359: l_cle_rec okc_contract_pub.clev_rec_type;

355: p_init_msg_list VARCHAR2(200) := okc_api.g_true;
356: x_msg_count NUMBER := okc_api.g_miss_num;
357: x_msg_data VARCHAR2(2000) := okc_api.g_miss_char;
358:
359: l_cle_rec okc_contract_pub.clev_rec_type;
360: x_cle_rec okc_contract_pub.clev_rec_type;
361:
362: TYPE line_rec_type IS RECORD (
363: contract_number okc_k_headers_b.contract_number%TYPE,

Line 360: x_cle_rec okc_contract_pub.clev_rec_type;

356: x_msg_count NUMBER := okc_api.g_miss_num;
357: x_msg_data VARCHAR2(2000) := okc_api.g_miss_char;
358:
359: l_cle_rec okc_contract_pub.clev_rec_type;
360: x_cle_rec okc_contract_pub.clev_rec_type;
361:
362: TYPE line_rec_type IS RECORD (
363: contract_number okc_k_headers_b.contract_number%TYPE,
364: contract_number_modifier okc_k_headers_b.contract_number_modifier%TYPE,

Line 1165: okc_contract_pub.lock_contract_line(

1161: -- lock added not to depend on update implementation
1162: --
1163:
1164:
1165: okc_contract_pub.lock_contract_line(
1166: p_api_version => 1.0,
1167: p_init_msg_list => p_init_msg_list,
1168: x_return_status => l_return_status,
1169: x_msg_count => x_msg_count,

Line 1326: okc_contract_pub.lock_contract_line(

1322:
1323: -- lock added not to depend on update implementation
1324: --
1325:
1326: okc_contract_pub.lock_contract_line(
1327: p_api_version => 1.0,
1328: p_init_msg_list => p_init_msg_list,
1329: x_return_status => l_return_status,
1330: x_msg_count => x_msg_count,

Line 1453: okc_contract_pub.lock_contract_line(

1449: --
1450: -- lock added not to depend on update implementation
1451: --
1452:
1453: okc_contract_pub.lock_contract_line(
1454: p_api_version => 1.0,
1455: p_init_msg_list => p_init_msg_list,
1456: x_return_status => l_return_status,
1457: x_msg_count => x_msg_count,

Line 1580: okc_contract_pub.lock_contract_line(

1576: --
1577: -- lock added not to depend on update implementation
1578: --
1579:
1580: okc_contract_pub.lock_contract_line(
1581: p_api_version => 1.0,
1582: p_init_msg_list => p_init_msg_list,
1583: x_return_status => l_return_status,
1584: x_msg_count => x_msg_count,

Line 3082: l_chr_rec okc_contract_pub.chrv_rec_type;

3078: l_return_status VARCHAR2(1) := okc_api.g_ret_sts_success;
3079: p_init_msg_list VARCHAR2(200) := okc_api.g_true;
3080: x_msg_count NUMBER := okc_api.g_miss_num;
3081: x_msg_data VARCHAR2(2000) := okc_api.g_miss_char;
3082: l_chr_rec okc_contract_pub.chrv_rec_type;
3083: i_chr_rec okc_contract_pub.chrv_rec_type;
3084: p_error_from_line VARCHAR2(1) := 'N';
3085:
3086: /*commented for bug6475371 and split the cursors into 4 parts*/

Line 3083: i_chr_rec okc_contract_pub.chrv_rec_type;

3079: p_init_msg_list VARCHAR2(200) := okc_api.g_true;
3080: x_msg_count NUMBER := okc_api.g_miss_num;
3081: x_msg_data VARCHAR2(2000) := okc_api.g_miss_char;
3082: l_chr_rec okc_contract_pub.chrv_rec_type;
3083: i_chr_rec okc_contract_pub.chrv_rec_type;
3084: p_error_from_line VARCHAR2(1) := 'N';
3085:
3086: /*commented for bug6475371 and split the cursors into 4 parts*/
3087: -- 'SIGNED' to ACTIVE

Line 3977: okc_contract_pub.lock_contract_header(

3973: -- End: Added for Status Change Action Assembler Changes 10/19/2000
3974: --
3975: -- lock added not to depend on update implementation
3976: --
3977: okc_contract_pub.lock_contract_header(
3978: p_api_version => 1.0,
3979: p_init_msg_list => p_init_msg_list,
3980: x_return_status => l_return_status,
3981: x_msg_count => x_msg_count,

Line 4149: okc_contract_pub.lock_contract_header(

4145: l_chr_rec.new_ste_code := h_status_type;
4146: --
4147: -- lock added not to depend on update implementation
4148: --
4149: okc_contract_pub.lock_contract_header(
4150: p_api_version => 1.0,
4151: p_init_msg_list => p_init_msg_list,
4152: x_return_status => l_return_status,
4153: x_msg_count => x_msg_count,

Line 4271: okc_contract_pub.lock_contract_header(

4267: l_chr_rec.old_ste_code := r_active.ste_code;
4268: l_chr_rec.new_sts_code := h_new_status;
4269: l_chr_rec.new_ste_code := h_status_type;
4270: --
4271: okc_contract_pub.lock_contract_header(
4272: p_api_version => 1.0,
4273: p_init_msg_list => p_init_msg_list,
4274: x_return_status => l_return_status,
4275: x_msg_count => x_msg_count,

Line 4399: okc_contract_pub.lock_contract_header(

4395: l_chr_rec.old_ste_code := r_signed.ste_code;
4396: l_chr_rec.new_sts_code := h_new_status;
4397: l_chr_rec.new_ste_code := h_status_type;
4398: --
4399: okc_contract_pub.lock_contract_header(
4400: p_api_version => 1.0,
4401: p_init_msg_list => p_init_msg_list,
4402: x_return_status => l_return_status,
4403: x_msg_count => x_msg_count,

Line 4535: okc_contract_pub.lock_contract_header(

4531: -- End: Added for Status Change Action Assembler Changes 10/19/2000
4532: --
4533: -- lock added not to depend on update implementation
4534: --
4535: okc_contract_pub.lock_contract_header(
4536: p_api_version => 1.0,
4537: p_init_msg_list => p_init_msg_list,
4538: x_return_status => l_return_status,
4539: x_msg_count => x_msg_count,

Line 4709: okc_contract_pub.lock_contract_header(

4705: l_chr_rec.new_ste_code := h_status_type;
4706: --
4707: -- lock added not to depend on update implementation
4708: --
4709: okc_contract_pub.lock_contract_header(
4710: p_api_version => 1.0,
4711: p_init_msg_list => p_init_msg_list,
4712: x_return_status => l_return_status,
4713: x_msg_count => x_msg_count,

Line 4831: okc_contract_pub.lock_contract_header(

4827: l_chr_rec.old_ste_code := r_active.ste_code;
4828: l_chr_rec.new_sts_code := h_new_status;
4829: l_chr_rec.new_ste_code := h_status_type;
4830: --
4831: okc_contract_pub.lock_contract_header(
4832: p_api_version => 1.0,
4833: p_init_msg_list => p_init_msg_list,
4834: x_return_status => l_return_status,
4835: x_msg_count => x_msg_count,

Line 4958: okc_contract_pub.lock_contract_header(

4954: l_chr_rec.old_ste_code := r_signed.ste_code;
4955: l_chr_rec.new_sts_code := h_new_status;
4956: l_chr_rec.new_ste_code := h_status_type;
4957: --
4958: okc_contract_pub.lock_contract_header(
4959: p_api_version => 1.0,
4960: p_init_msg_list => p_init_msg_list,
4961: x_return_status => l_return_status,
4962: x_msg_count => x_msg_count,

Line 5096: okc_contract_pub.lock_contract_header(

5092: -- End: Added for Status Change Action Assembler Changes 10/19/2000
5093: --
5094: -- lock added not to depend on update implementation
5095: --
5096: okc_contract_pub.lock_contract_header(
5097: p_api_version => 1.0,
5098: p_init_msg_list => p_init_msg_list,
5099: x_return_status => l_return_status,
5100: x_msg_count => x_msg_count,

Line 5270: okc_contract_pub.lock_contract_header(

5266: l_chr_rec.new_ste_code := h_status_type;
5267: --
5268: -- lock added not to depend on update implementation
5269: --
5270: okc_contract_pub.lock_contract_header(
5271: p_api_version => 1.0,
5272: p_init_msg_list => p_init_msg_list,
5273: x_return_status => l_return_status,
5274: x_msg_count => x_msg_count,

Line 5392: okc_contract_pub.lock_contract_header(

5388: l_chr_rec.old_ste_code := r_active.ste_code;
5389: l_chr_rec.new_sts_code := h_new_status;
5390: l_chr_rec.new_ste_code := h_status_type;
5391: --
5392: okc_contract_pub.lock_contract_header(
5393: p_api_version => 1.0,
5394: p_init_msg_list => p_init_msg_list,
5395: x_return_status => l_return_status,
5396: x_msg_count => x_msg_count,

Line 5519: okc_contract_pub.lock_contract_header(

5515: l_chr_rec.old_ste_code := r_signed.ste_code;
5516: l_chr_rec.new_sts_code := h_new_status;
5517: l_chr_rec.new_ste_code := h_status_type;
5518: --
5519: okc_contract_pub.lock_contract_header(
5520: p_api_version => 1.0,
5521: p_init_msg_list => p_init_msg_list,
5522: x_return_status => l_return_status,
5523: x_msg_count => x_msg_count,

Line 5656: okc_contract_pub.lock_contract_header(

5652: -- End: Added for Status Change Action Assembler Changes 10/19/2000
5653: --
5654: -- lock added not to depend on update implementation
5655: --
5656: okc_contract_pub.lock_contract_header(
5657: p_api_version => 1.0,
5658: p_init_msg_list => p_init_msg_list,
5659: x_return_status => l_return_status,
5660: x_msg_count => x_msg_count,

Line 5830: okc_contract_pub.lock_contract_header(

5826: l_chr_rec.new_ste_code := h_status_type;
5827: --
5828: -- lock added not to depend on update implementation
5829: --
5830: okc_contract_pub.lock_contract_header(
5831: p_api_version => 1.0,
5832: p_init_msg_list => p_init_msg_list,
5833: x_return_status => l_return_status,
5834: x_msg_count => x_msg_count,

Line 5952: okc_contract_pub.lock_contract_header(

5948: l_chr_rec.old_ste_code := r_active.ste_code;
5949: l_chr_rec.new_sts_code := h_new_status;
5950: l_chr_rec.new_ste_code := h_status_type;
5951: --
5952: okc_contract_pub.lock_contract_header(
5953: p_api_version => 1.0,
5954: p_init_msg_list => p_init_msg_list,
5955: x_return_status => l_return_status,
5956: x_msg_count => x_msg_count,

Line 6079: okc_contract_pub.lock_contract_header(

6075: l_chr_rec.old_ste_code := r_signed.ste_code;
6076: l_chr_rec.new_sts_code := h_new_status;
6077: l_chr_rec.new_ste_code := h_status_type;
6078: --
6079: okc_contract_pub.lock_contract_header(
6080: p_api_version => 1.0,
6081: p_init_msg_list => p_init_msg_list,
6082: x_return_status => l_return_status,
6083: x_msg_count => x_msg_count,