DBA Data[Home] [Help]

APPS.OKC_CFG_PUB dependencies on OKC_CONTRACT_PUB

Line 348: OKC_CONTRACT_PUB.delete_contract_line (

344: IF (l_debug = 'Y') THEN
345: OKC_DEBUG.log('30: Before delete old revision....');
346: END IF;
347:
348: OKC_CONTRACT_PUB.delete_contract_line (
349: p_api_version => l_api_version_number,
350: p_init_msg_list => l_init_msg_list,
351: x_return_status => x_return_status,
352: x_msg_count => x_msg_count,

Line 501: -- Calls okc_contract_pub.update_contract_line

497: -- -----------------------------------------------------------------
498: -- STEP.2.1: DEBUG: 200 series
499: -- CREATE TOP MODEL LINE
500: -- To update the user entered row and make it a top model line.
501: -- Calls okc_contract_pub.update_contract_line
502: -- with the above in-record init values.
503: -- No need to create contract item line, as this is update
504: -- for the Authoring form row. Form will commit the item row.
505: -- -----------------------------------------------------------------

Line 510: OKC_CONTRACT_PUB.update_contract_line

506: IF (l_debug = 'Y') THEN
507: OKC_DEBUG.log('200: Before update contract top model line...');
508: END IF;
509:
510: OKC_CONTRACT_PUB.update_contract_line
511: ( p_api_version => l_api_version_number,
512: p_init_msg_list => l_init_msg_list,
513: x_msg_count => x_msg_count,
514: x_msg_data => x_msg_data,

Line 579: OKC_CONTRACT_PUB.create_contract_line

575: IF (l_debug = 'Y') THEN
576: OKC_DEBUG.log('300: Before create top base model line...');
577: END IF;
578:
579: OKC_CONTRACT_PUB.create_contract_line
580: ( p_api_version => l_api_version_number,
581: p_init_msg_list => l_init_msg_list,
582: x_msg_count => x_msg_count,
583: x_msg_data => x_msg_data,

Line 681: -- required for the call to okc_contract_pub.create_item_line

677: -- -----------------------------------------------------------------
678: -- STEP.2.3: DEBUG: 500 series
679: -- CREATE TOP BASE LINE ITEM
680: -- Assign available values to create corresponding item line record
681: -- required for the call to okc_contract_pub.create_item_line
682: -- -----------------------------------------------------------------
683: l_cimv_rec.cle_id := l_top_base_line_id;
684: l_cimv_rec.dnz_chr_id := p_au_line_rec.dnz_chr_id;
685: l_cimv_rec.object1_id1 := l_config_rec.inventory_item_id;

Line 834: OKC_CONTRACT_PUB.create_contract_line

830: OKC_DEBUG.log('5101: Before create config line...');
831: OKC_DEBUG.log('5102: Parent for this line :'||l_clev_rec.cle_id);
832: END IF;
833:
834: OKC_CONTRACT_PUB.create_contract_line
835: ( p_api_version => l_api_version_number,
836: p_init_msg_list => l_init_msg_list,
837: x_msg_count => x_msg_count,
838: x_msg_data => x_msg_data,

Line 910: -- required for the call to okc_contract_pub.create_item_line

906: -- -----------------------------------------------------------------
907: -- STEP.2.4.3 DEBUG: 5300 series
908: -- CREATE CONFIG LINE ITEM
909: -- Assign available values to create corresponding item line record
910: -- required for the call to okc_contract_pub.create_item_line
911: -- -----------------------------------------------------------------
912: l_cimv_rec.cle_id := l_config_line_id;
913: l_cimv_rec.dnz_chr_id := p_au_line_rec.dnz_chr_id;
914: l_cimv_rec.object1_id1 := l_config_rec.inventory_item_id;

Line 1165: OKC_CONTRACT_PUB.update_contract_line

1161: OKC_DEBUG.log('5780: Pr List Line Id : '||l_clev_rec.price_list_line_id);
1162: OKC_DEBUG.log('5785: Config Item Type: '||l_clev_rec.config_item_type);
1163: END IF;
1164:
1165: OKC_CONTRACT_PUB.update_contract_line
1166: ( p_api_version => l_api_version_number,
1167: p_init_msg_list => l_init_msg_list,
1168: x_msg_count => x_msg_count,
1169: x_msg_data => x_msg_data,

Line 1269: OKC_CONTRACT_PUB.update_contract_line

1265: OKC_DEBUG.log('5918: Pricing Date : '||l_clev_rec.pricing_date);
1266: OKC_DEBUG.log('5919: Pr List Line Id : '||l_clev_rec.price_list_line_id);
1267: END IF;
1268:
1269: OKC_CONTRACT_PUB.update_contract_line
1270: ( p_api_version => l_api_version_number,
1271: p_init_msg_list => l_init_msg_list,
1272: x_msg_count => x_msg_count,
1273: x_msg_data => x_msg_data,

Line 1533: l_line_index := OKC_CONTRACT_PUB.get_concat_line_no

1529: -- initialize the msg variable
1530: l_msg_token := NULL;
1531:
1532: -- Prepare the message token string
1533: l_line_index := OKC_CONTRACT_PUB.get_concat_line_no
1534: (l_line_id,
1535: l_return_status);
1536:
1537: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS