DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on FND_API

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

1145: p_cle_id => NULL,
1146: p_transaction_type => 'New',
1147: x_trx_rec => l_txn_rec);
1148:
1149: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1150: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1151: p_commit => fnd_api.g_false,
1152: p_init_msg_list => p_init_msg_list,
1153: p_validation_level => fnd_api.g_valid_level_full,

Line 1151: p_commit => fnd_api.g_false,

1147: x_trx_rec => l_txn_rec);
1148:
1149: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1150: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1151: p_commit => fnd_api.g_false,
1152: p_init_msg_list => p_init_msg_list,
1153: p_validation_level => fnd_api.g_valid_level_full,
1154: p_instance_rec => l_instance_rec_type,
1155: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,

Line 1153: p_validation_level => fnd_api.g_valid_level_full,

1149: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1150: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1151: p_commit => fnd_api.g_false,
1152: p_init_msg_list => p_init_msg_list,
1153: p_validation_level => fnd_api.g_valid_level_full,
1154: p_instance_rec => l_instance_rec_type,
1155: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,
1156: p_party_tbl => l_party_tbl,
1157: p_account_tbl => l_account_tbl,

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

1293: p_cle_id => NULL,
1294: p_transaction_type => 'New',
1295: x_trx_rec => l_txn_rec);
1296:
1297: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1298:
1299: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1300: p_commit => fnd_api.g_false,
1301: p_init_msg_list => p_init_msg_list,

Line 1300: p_commit => fnd_api.g_false,

1296:
1297: l_txn_rec.transaction_id := FND_API.G_MISS_NUM;
1298:
1299: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1300: p_commit => fnd_api.g_false,
1301: p_init_msg_list => p_init_msg_list,
1302: p_validation_level => fnd_api.g_valid_level_full,
1303: p_instance_rec => l_instance_rec_type,
1304: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,

Line 1302: p_validation_level => fnd_api.g_valid_level_full,

1298:
1299: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
1300: p_commit => fnd_api.g_false,
1301: p_init_msg_list => p_init_msg_list,
1302: p_validation_level => fnd_api.g_valid_level_full,
1303: p_instance_rec => l_instance_rec_type,
1304: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,
1305: p_party_tbl => l_party_tbl,
1306: p_account_tbl => l_account_tbl,

Line 1736: FND_API.G_FALSE,

1732: l_policy_rec.agency_site_id := l_siteid;
1733:
1734: --call api
1735: OKL_INS_POLICIES_PUB.insert_ins_policies(1.0,
1736: FND_API.G_FALSE,
1737: lx_return_status,
1738: lx_msg_count,
1739: lx_msg_data,
1740: l_policy_rec,

Line 1780: p_encoded => FND_API.G_FALSE,

1776:
1777: exception
1778: /*when api_exception then
1779: FND_MSG_PUB.Count_And_Get (
1780: p_encoded => FND_API.G_FALSE,
1781: p_count => lx_msg_count,
1782: p_data => lx_msg_data);*/
1783: when others then
1784: WF_CORE.CONTEXT ('okl_ssc_wf', 'submit_ins_wf',itemtype, itemkey,actid,funcmode);

Line 2408: p_encoded => FND_API.G_FALSE,

2404: EXCEPTION
2405:
2406: when api_exception then
2407: FND_MSG_PUB.Count_And_Get (
2408: p_encoded => FND_API.G_FALSE,
2409: p_count => l_msg_count,
2410: p_data => l_msg_data);
2411:
2412: WF_CORE.CONTEXT ('okl_ssc_wf'

Line 2736: p_encoded => FND_API.G_FALSE,

2732: x_msg_count := l_msg_count ;
2733: x_msg_data := l_msg_data ;
2734:
2735: FND_MSG_PUB.Count_And_Get (
2736: p_encoded => FND_API.G_FALSE,
2737: p_count => x_msg_count,
2738: p_data => x_msg_data);
2739:
2740:

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

2931: FOR I IN 1..J LOOP
2932: wf_engine.SetItemAttrText (itemtype => itemtype,
2933: itemkey => itemkey,
2934: aname => 'MESSAGE'||i,
2935: avalue => FND_MSG_PUB.Get(i,p_encoded =>FND_API.G_FALSE ));
2936: END LOOP;
2937: end;
2938:
2939:

Line 3007: FND_API.G_FALSE,

3003: chrvrec1.object_version_number := l_obj_vers_number;
3004: chrvrec1.sts_code := 'ABANDONED';
3005:
3006: OKL_CONTRACT_PUB.update_contract_header(1.0,
3007: FND_API.G_FALSE,
3008: x_return_status,
3009: x_msg_count,
3010: x_msg_data,
3011: null,

Line 3028: p_encoded => FND_API.G_FALSE,

3024:
3025: when api_exception then
3026:
3027: FND_MSG_PUB.Count_And_Get (
3028: p_encoded => FND_API.G_FALSE,
3029: p_count => x_msg_count,
3030: p_data => x_msg_data);
3031: raise;
3032: end accept_renewal_quote;

Line 3104: FND_API.G_FALSE,

3100: chrvrec1.object_version_number := l_obj_vers_number;
3101: chrvrec1.sts_code := 'ABANDONED';
3102:
3103: OKL_CONTRACT_PUB.update_contract_header(1.0,
3104: FND_API.G_FALSE,
3105: x_return_status,
3106: x_msg_count,
3107: x_msg_data,
3108: null,

Line 3125: p_encoded => FND_API.G_FALSE,

3121:
3122: when api_exception then
3123:
3124: FND_MSG_PUB.Count_And_Get (
3125: p_encoded => FND_API.G_FALSE,
3126: p_count => x_msg_count,
3127: p_data => x_msg_data);
3128: raise;
3129: end process_renewal_quote;

Line 3524: p_encoded => FND_API.G_FALSE,

3520: x_msg_count := l_msg_count ;
3521: x_msg_data := l_msg_data ;
3522:
3523: FND_MSG_PUB.Count_And_Get (
3524: p_encoded => FND_API.G_FALSE,
3525: p_count => x_msg_count,
3526: p_data => x_msg_data);
3527:
3528:

Line 3583: p_encoded => FND_API.G_FALSE,

3579: x_msg_count := l_msg_count ;
3580: x_msg_data := l_msg_data ;
3581:
3582: FND_MSG_PUB.Count_And_Get (
3583: p_encoded => FND_API.G_FALSE,
3584: p_count => x_msg_count,
3585: p_data => x_msg_data);
3586:
3587: