DBA Data[Home] [Help]

APPS.OKL_AM_CONTRACT_PRTFL_PVT dependencies on OKC_API

Line 709: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN

705:
706: fnd_file.new_line(fnd_file.log,2);
707: fnd_file.new_line(fnd_file.output,2);
708:
709: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
710: fnd_file.put_line(fnd_file.log, 'Portfolio Management Strategy Profile Update Failed, None of the transactions got processed.');
711: fnd_file.put_line(fnd_file.output, 'Portfolio Management Strategy Profile Update Failed, None of the transactions got processed.');
712: END IF;
713:

Line 910: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN

906: ,p_pflv_rec => lp_pflv_rec
907: ,x_pflv_rec => lx_pflv_rec);
908:
909:
910: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
911:
912: -- Portfolio Management Strategy Profile Update transaction failed for contract CONTRACT_NUMBER.
913: OKC_API.set_message( p_app_name => 'OKL',
914: p_msg_name => 'OKL_AM_PRTFL_TRANS_FAILED',

Line 913: OKC_API.set_message( p_app_name => 'OKL',

909:
910: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
911:
912: -- Portfolio Management Strategy Profile Update transaction failed for contract CONTRACT_NUMBER.
913: OKC_API.set_message( p_app_name => 'OKL',
914: p_msg_name => 'OKL_AM_PRTFL_TRANS_FAILED',
915: p_token1 => 'CONTRACT_NUMBER',
916: p_token1_value => l_contract_number);
917: l_error_txn := 'Y';

Line 922: OKC_API.set_message(

918: ELSE
919: l_process_count := l_process_count + 1;
920:
921: -- Budget amount updated successfully for contract CONTRACT_NUMBER
922: OKC_API.set_message(
923: p_app_name => 'OKL',
924: p_msg_name => 'OKL_AM_PRTFL_UPD_PROCESSED',
925: p_token1 => 'CONTRACT_NUMBER',
926: p_token1_value => l_contract_number);

Line 929: OKC_API.set_message(

925: p_token1 => 'CONTRACT_NUMBER',
926: p_token1_value => l_contract_number);
927:
928: -- Old Budget Amount :
929: OKC_API.set_message(
930: p_app_name => 'OKL',
931: p_msg_name => 'OKL_AM_OLD_BUDGET_AMT',
932: p_token1 => 'OLD_AMT',
933: p_token1_value => l_cntrctprtfl_rec.budget_amount);

Line 936: OKC_API.set_message(

932: p_token1 => 'OLD_AMT',
933: p_token1_value => l_cntrctprtfl_rec.budget_amount);
934:
935: -- New Budget Amount :
936: OKC_API.set_message(
937: p_app_name => 'OKL',
938: p_msg_name => 'OKL_AM_NEW_BUDGET_AMT',
939: p_token1 => 'NEW_AMT',
940: p_token1_value => l_budget_amount);

Line 944: OKC_API.set_message(

940: p_token1_value => l_budget_amount);
941: END IF;
942: ELSE
943: -- Budget amount not updated for contract CONTRACT_NUMBER as the new budget amount is same as the old budget amount.
944: OKC_API.set_message(
945: p_app_name => 'OKL',
946: p_msg_name => 'OKL_AM_PRTFL_NO_UPD',
947: p_token1 => 'CONTRACT_NUMBER',
948: p_token1_value => l_contract_number);

Line 1125: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN

1121:
1122: fnd_file.new_line(fnd_file.log,2);
1123: fnd_file.new_line(fnd_file.output,2);
1124:
1125: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
1126: fnd_file.put_line(fnd_file.log, 'Portfolio Management Strategy Profile Execution Failed, None of the transactions got processed.');
1127: fnd_file.put_line(fnd_file.output, 'Portfolio Management Strategy Profile Execution Failed, None of the transactions got processed.');
1128: END IF;
1129:

Line 1256: OKC_API.set_message( p_app_name => 'OKL',

1252: p_token1 => G_COL_NAME_TOKEN,
1253: p_token1_value => 'TMB_ID');
1254: ELSE
1255: -- Notifications have been sent to ASSIGNMENT_GROUP for executing the contract portfolio for contract CONTRACT_NUMBER
1256: OKC_API.set_message( p_app_name => 'OKL',
1257: p_msg_name => 'OKL_AM_PRTFL_NOTF_SENT',
1258: p_token1 => 'ASSIGNMENT_GROUP',
1259: p_token1_value => l_team_name,
1260: p_token2 => 'CONTRACT_NUMBER',

Line 1277: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN

1273: ,p_pflv_rec => lp_pflv_rec
1274: ,x_pflv_rec => lx_pflv_rec);
1275:
1276:
1277: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
1278:
1279: -- Strategy execution date could not be set for Portfolio Management Strategy Profile for contract CONTRACT_NUMBER.
1280: OKC_API.set_message( p_app_name => 'OKL',
1281: p_msg_name => 'OKL_AM_STRTG_DT_UPD_FAILED',

Line 1280: OKC_API.set_message( p_app_name => 'OKL',

1276:
1277: IF l_return_status <> OKC_API.G_RET_STS_SUCCESS THEN
1278:
1279: -- Strategy execution date could not be set for Portfolio Management Strategy Profile for contract CONTRACT_NUMBER.
1280: OKC_API.set_message( p_app_name => 'OKL',
1281: p_msg_name => 'OKL_AM_STRTG_DT_UPD_FAILED',
1282: p_token1 => 'CONTRACT_NUMBER',
1283: p_token1_value => l_cntrctprtfl_rec.contract_number);
1284: