DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on FND_API

Line 1235: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;

1231: p_cle_id => NULL,
1232: p_transaction_type => 'New',
1233: x_trx_rec => l_txn_rec);
1234:
1235: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1236: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1237: p_commit => fnd_api.g_false,
1238: p_init_msg_list => p_init_msg_list,
1239: p_validation_level => fnd_api.g_valid_level_full,

Line 1237: p_commit => fnd_api.g_false,

1233: x_trx_rec => l_txn_rec);
1234:
1235: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1236: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1237: p_commit => fnd_api.g_false,
1238: p_init_msg_list => p_init_msg_list,
1239: p_validation_level => fnd_api.g_valid_level_full,
1240: p_instance_rec => l_instance_rec_type,
1241: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,

Line 1239: p_validation_level => fnd_api.g_valid_level_full,

1235: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1236: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1237: p_commit => fnd_api.g_false,
1238: p_init_msg_list => p_init_msg_list,
1239: p_validation_level => fnd_api.g_valid_level_full,
1240: p_instance_rec => l_instance_rec_type,
1241: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,
1242: p_party_tbl => l_party_tbl,
1243: p_account_tbl => l_account_tbl,

Line 1383: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;

1379: p_cle_id => NULL,
1380: p_transaction_type => 'New',
1381: x_trx_rec => l_txn_rec);
1382:
1383: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1384:
1385: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1386: p_commit => fnd_api.g_false,
1387: p_init_msg_list => p_init_msg_list,

Line 1386: p_commit => fnd_api.g_false,

1382:
1383: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1384:
1385: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1386: p_commit => fnd_api.g_false,
1387: p_init_msg_list => p_init_msg_list,
1388: p_validation_level => fnd_api.g_valid_level_full,
1389: p_instance_rec => l_instance_rec_type,
1390: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,

Line 1388: p_validation_level => fnd_api.g_valid_level_full,

1384:
1385: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1386: p_commit => fnd_api.g_false,
1387: p_init_msg_list => p_init_msg_list,
1388: p_validation_level => fnd_api.g_valid_level_full,
1389: p_instance_rec => l_instance_rec_type,
1390: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,
1391: p_party_tbl => l_party_tbl,
1392: p_account_tbl => l_account_tbl,

Line 1822: FND_API.G_FALSE,

1818: l_policy_rec.agency_site_id := l_siteid;
1819:
1820: --call api
1821: OKL_INS_POLICIES_PUB.insert_ins_policies(1.0,
1822: FND_API.G_FALSE,
1823: lx_return_status,
1824: lx_msg_count,
1825: lx_msg_data,
1826: l_policy_rec,

Line 1866: p_encoded => FND_API.G_FALSE,

1862:
1863: exception
1864: /*when api_exception then
1865: FND_MSG_PUB.Count_And_Get (
1866: p_encoded => FND_API.G_FALSE,
1867: p_count => lx_msg_count,
1868: p_data => lx_msg_data);*/
1869: when others then
1870: WF_CORE.CONTEXT ('okl_ssc_wf', 'submit_ins_wf',itemtype, itemkey,actid,funcmode);

Line 2494: p_encoded => FND_API.G_FALSE,

2490: EXCEPTION
2491:
2492: when api_exception then
2493: FND_MSG_PUB.Count_And_Get (
2494: p_encoded => FND_API.G_FALSE,
2495: p_count => l_msg_count,
2496: p_data => l_msg_data);
2497:
2498: WF_CORE.CONTEXT ('okl_ssc_wf'

Line 2822: p_encoded => FND_API.G_FALSE,

2818: x_msg_count := l_msg_count ;
2819: x_msg_data := l_msg_data ;
2820:
2821: FND_MSG_PUB.Count_And_Get (
2822: p_encoded => FND_API.G_FALSE,
2823: p_count => x_msg_count,
2824: p_data => x_msg_data);
2825:
2826:

Line 3021: avalue => FND_MSG_PUB.Get(i,p_encoded =>FND_API.G_FALSE ));

3017: FOR I IN 1..J LOOP
3018: wf_engine.SetItemAttrText (itemtype => itemtype,
3019: itemkey => itemkey,
3020: aname => 'MESSAGE'||i,
3021: avalue => FND_MSG_PUB.Get(i,p_encoded =>FND_API.G_FALSE ));
3022: END LOOP;
3023: end;
3024:
3025:

Line 3093: FND_API.G_FALSE,

3089: chrvrec1.object_version_number := l_obj_vers_number;
3090: chrvrec1.sts_code := 'ABANDONED';
3091:
3092: OKL_CONTRACT_PUB.update_contract_header(1.0,
3093: FND_API.G_FALSE,
3094: x_return_status,
3095: x_msg_count,
3096: x_msg_data,
3097: null,

Line 3114: p_encoded => FND_API.G_FALSE,

3110:
3111: when api_exception then
3112:
3113: FND_MSG_PUB.Count_And_Get (
3114: p_encoded => FND_API.G_FALSE,
3115: p_count => x_msg_count,
3116: p_data => x_msg_data);
3117: raise;
3118: end accept_renewal_quote;

Line 3190: FND_API.G_FALSE,

3186: chrvrec1.object_version_number := l_obj_vers_number;
3187: chrvrec1.sts_code := 'ABANDONED';
3188:
3189: OKL_CONTRACT_PUB.update_contract_header(1.0,
3190: FND_API.G_FALSE,
3191: x_return_status,
3192: x_msg_count,
3193: x_msg_data,
3194: null,

Line 3211: p_encoded => FND_API.G_FALSE,

3207:
3208: when api_exception then
3209:
3210: FND_MSG_PUB.Count_And_Get (
3211: p_encoded => FND_API.G_FALSE,
3212: p_count => x_msg_count,
3213: p_data => x_msg_data);
3214: raise;
3215: end process_renewal_quote;

Line 3610: p_encoded => FND_API.G_FALSE,

3606: x_msg_count := l_msg_count ;
3607: x_msg_data := l_msg_data ;
3608:
3609: FND_MSG_PUB.Count_And_Get (
3610: p_encoded => FND_API.G_FALSE,
3611: p_count => x_msg_count,
3612: p_data => x_msg_data);
3613:
3614:

Line 3669: p_encoded => FND_API.G_FALSE,

3665: x_msg_count := l_msg_count ;
3666: x_msg_data := l_msg_data ;
3667:
3668: FND_MSG_PUB.Count_And_Get (
3669: p_encoded => FND_API.G_FALSE,
3670: p_count => x_msg_count,
3671: p_data => x_msg_data);
3672:
3673: