DBA Data[Home] [Help]

APPS.OKS_WF_K_PROCESS_PVT dependencies on STANDARD

Line 628: -- Standard call to get message count and if count is 1, get message info.

624: substr(' Email subject '||x_email_attr_rec.email_subject,1,240));
625: END IF;
626: END IF;
627:
628: -- Standard call to get message count and if count is 1, get message info.
629: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
630:
631: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
632: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 872: -- Standard call to check for call compatibility.

868: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE , G_MODULE||l_api_name,
869: 'Entered '||G_PKG_NAME ||'.'||l_api_name||'with Contract Id '||p_contract_id);
870: END IF;
871:
872: -- Standard call to check for call compatibility.
873: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
874: x_return_status := G_RET_STS_ERROR;
875: RAISE FND_API.G_EXC_ERROR;
876: END IF;

Line 933: -- Standard call to get message count and if count is 1, get message info.

929: 'Publish manual Flag '||l_publish_manually ||
930: ' Process Type '|| l_process_type ||
931: ' Online YN ' || x_online_yn);
932: END IF;
933: -- Standard call to get message count and if count is 1, get message info.
934: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
935:
936: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
937: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 989: -- Standard call to check for call compatibility.

985: 'and p_item_key '||p_item_key||' p_resultout ='||p_resultout||
986: ' p_process_status ='||p_process_status||' p_activity_name ='||p_activity_name);
987: END IF;
988:
989: -- Standard call to check for call compatibility.
990: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
991: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
992: END IF;
993:

Line 1060: -- Standard call to get message count and if count is 1, get message info.

1056: result => p_resultout
1057: );
1058:
1059:
1060: -- Standard call to get message count and if count is 1, get message info.
1061: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
1062:
1063: -- end debug log
1064: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1890: -- Standard call to get message count and if count is 1, get message info.

1886: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT,G_MODULE||l_api_name,
1887: 'Successfully set workflow attributes ');
1888: END IF;
1889:
1890: -- Standard call to get message count and if count is 1, get message info.
1891: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
1892:
1893: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
1894: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 2425: -- Standard call to get message count and if count is 1, get message info.

2421: FND_LOG.STRING( FND_LOG.LEVEL_STATEMENT,G_MODULE||l_api_name,
2422: 'Successfully set workflow attributes ');
2423: END IF;
2424:
2425: -- Standard call to get message count and if count is 1, get message info.
2426: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
2427:
2428: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
2429: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 2511: -- Standard call to check for call compatibility.

2507: p_contract_id||' p_item_key'||p_item_key);
2508: END IF;
2509:
2510: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
2511: -- Standard call to check for call compatibility.
2512: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2513: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2514: END IF;
2515:

Line 2751: -- Standard call to get message count and if count is 1, get message info.

2747: IF FND_API.to_boolean( p_commit ) THEN
2748: COMMIT;
2749: END IF;
2750:
2751: -- Standard call to get message count and if count is 1, get message info.
2752: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2753:
2754: -- end debug log
2755: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 2863: -- Standard call to check for call compatibility.

2859: 'p_reason_code:'||p_reason_code||' p_comments:'||p_comments);
2860: END IF;
2861:
2862: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
2863: -- Standard call to check for call compatibility.
2864: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2865: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2866: END IF;
2867:

Line 3129: -- Standard call to get message count and if count is 1, get message info.

3125: IF FND_API.to_boolean( p_commit ) THEN
3126: COMMIT;
3127: END IF;
3128:
3129: -- Standard call to get message count and if count is 1, get message info.
3130: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
3131:
3132: -- end debug log
3133: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 3223: -- Standard call to check for call compatibility.

3219: ',p_message=>'||p_message||')');
3220: END IF;
3221:
3222: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
3223: -- Standard call to check for call compatibility.
3224: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3225: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3226: END IF;
3227:

Line 3538: -- Standard call to get message count and if count is 1, get message info.

3534: IF FND_API.to_boolean( p_commit ) THEN
3535: COMMIT;
3536: END IF;
3537:
3538: -- Standard call to get message count and if count is 1, get message info.
3539: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
3540:
3541: -- end debug log
3542: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 3625: -- Standard call to check for call compatibility.

3621: '(p_chr_id=>'||p_chr_id||'p_negotiation_status=>'||p_negotiation_status||')');
3622: END IF;
3623:
3624: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
3625: -- Standard call to check for call compatibility.
3626: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3627: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3628: END IF;
3629:

Line 3668: -- Standard call to get message count and if count is 1, get message info.

3664: IF FND_API.to_boolean( p_commit ) THEN
3665: COMMIT;
3666: END IF;
3667:
3668: -- Standard call to get message count and if count is 1, get message info.
3669: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
3670:
3671: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
3672: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 3724: Workflow standard out parameter

3720: Workflow actid parameter
3721: : funcmode IN VARCHAR2 Required
3722: Workflow function mode parameter
3723: OUT : resultout OUT VARCHAR2(1)
3724: Workflow standard out parameter
3725: Note :
3726: =========================================================================*/
3727: PROCEDURE set_notification_attr
3728: (

Line 4095: Workflow standard out parameter

4091: Workflow actid parameter
4092: : funcmode IN VARCHAR2 Required
4093: Workflow function mode parameter
4094: OUT : resultout OUT VARCHAR2(1)
4095: Workflow standard out parameter
4096: Note :
4097: =========================================================================*/
4098: PROCEDURE set_email_attr
4099: (

Line 4256: Workflow standard out parameter

4252: Workflow actid parameter
4253: : funcmode IN VARCHAR2 Required
4254: Workflow function mode parameter
4255: OUT : resultout OUT VARCHAR2(1)
4256: Workflow standard out parameter
4257: Note :
4258: =========================================================================*/
4259: procedure email_mute( itemtype in varchar2,
4260: itemkey in varchar2,

Line 4847: -- Standard call to get message count and if count is 1, get message info.

4843: IF FND_API.to_boolean( p_commit ) THEN
4844: COMMIT;
4845: END IF;
4846:
4847: -- Standard call to get message count and if count is 1, get message info.
4848: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
4849:
4850: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
4851: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 5005: -- Standard call to get message count and if count is 1, get message info.

5001: END IF;
5002:
5003: END IF; -- Added for Bug#14150408
5004:
5005: -- Standard call to get message count and if count is 1, get message info.
5006: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
5007:
5008: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
5009: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 5059: Workflow standard out parameter

5055: Workflow actid parameter
5056: : funcmode IN VARCHAR2 Required
5057: Workflow function mode parameter
5058: OUT : resultout OUT VARCHAR2(1)
5059: Workflow standard out parameter
5060: Note :
5061: =========================================================================*/
5062: PROCEDURE initialize
5063: (

Line 5172: Workflow standard out parameter

5168: Workflow actid parameter
5169: : funcmode IN VARCHAR2 Required
5170: Workflow function mode parameter
5171: OUT : resultout OUT VARCHAR2(1)
5172: Workflow standard out parameter
5173: Note :
5174: =========================================================================*/
5175: PROCEDURE get_old_wf_status
5176: (

Line 5426: Workflow standard out parameter

5422: Workflow actid parameter
5423: : funcmode IN VARCHAR2 Required
5424: Workflow function mode parameter
5425: OUT : resultout OUT VARCHAR2(1)
5426: Workflow standard out parameter
5427: Note :
5428: =========================================================================*/
5429: PROCEDURE get_process_type
5430: (

Line 5586: Workflow standard out parameter

5582: Workflow actid parameter
5583: : funcmode IN VARCHAR2 Required
5584: Workflow function mode parameter
5585: OUT : resultout OUT VARCHAR2(1)
5586: Workflow standard out parameter
5587: Note :
5588: =========================================================================*/
5589: PROCEDURE get_curr_conv_date_validity
5590: (

Line 5723: Workflow standard out parameter

5719: Workflow actid parameter
5720: : funcmode IN VARCHAR2 Required
5721: Workflow function mode parameter
5722: OUT : resultout OUT VARCHAR2(1)
5723: Workflow standard out parameter
5724: Note :
5725: =========================================================================*/
5726: PROCEDURE salesrep_action
5727: (

Line 5848: -- Standard call to check for call compatibility.

5844: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE , G_MODULE||l_api_name,
5845: 'Entered '||G_PKG_NAME ||'.'||l_api_name||'with Contract Id '||p_contract_id);
5846: END IF;
5847:
5848: -- Standard call to check for call compatibility.
5849: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
5850: x_return_status := G_RET_STS_ERROR;
5851: RAISE FND_API.G_EXC_ERROR;
5852: END IF;

Line 5910: -- Standard call to get message count and if count is 1, get message info.

5906: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE , G_MODULE||l_api_name,
5907: 'Activity: '||x_activity_name||' Return status '||x_return_status);
5908: END IF;
5909:
5910: -- Standard call to get message count and if count is 1, get message info.
5911: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
5912:
5913: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
5914: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 6349: -- Standard call to get message count and if count is 1, get message info.

6345:
6346: IF FND_API.to_boolean( p_commit ) THEN
6347: COMMIT;
6348: END IF;
6349: -- Standard call to get message count and if count is 1, get message info.
6350: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
6351:
6352: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
6353: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 6546: -- Standard call to get message count and if count is 1, get message info.

6542: IF FND_API.to_boolean( p_commit ) THEN
6543: COMMIT;
6544: END IF;
6545:
6546: -- Standard call to get message count and if count is 1, get message info.
6547: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
6548:
6549: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
6550: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 6620: Workflow standard out parameter

6616: Workflow actid parameter
6617: : funcmode IN VARCHAR2 Required
6618: Workflow function mode parameter
6619: OUT : resultout OUT VARCHAR2(1)
6620: Workflow standard out parameter
6621: Note :
6622: =========================================================================*/
6623: PROCEDURE check_qa
6624: (

Line 7071: Workflow standard out parameter

7067: Workflow actid parameter
7068: : funcmode IN VARCHAR2 Required
7069: Workflow function mode parameter
7070: OUT : resultout OUT VARCHAR2(1)
7071: Workflow standard out parameter
7072: Note :
7073: =========================================================================*/
7074: PROCEDURE customer_action
7075: (

Line 7167: Workflow standard out parameter

7163: Workflow actid parameter
7164: : funcmode IN VARCHAR2 Required
7165: Workflow function mode parameter
7166: OUT : resultout OUT VARCHAR2(1)
7167: Workflow standard out parameter
7168: Note :
7169: =========================================================================*/
7170: PROCEDURE get_approval_flag
7171: (

Line 7324: Workflow standard out parameter

7320: Workflow actid parameter
7321: : funcmode IN VARCHAR2 Required
7322: Workflow function mode parameter
7323: OUT : resultout OUT VARCHAR2(1)
7324: Workflow standard out parameter
7325: Note :
7326: =========================================================================*/
7327: PROCEDURE is_approval_required
7328: (

Line 7446: Workflow standard out parameter

7442: Workflow actid parameter
7443: : funcmode IN VARCHAR2 Required
7444: Workflow function mode parameter
7445: OUT : resultout OUT VARCHAR2(1)
7446: Workflow standard out parameter
7447: Note :
7448: =========================================================================*/
7449: PROCEDURE process_negotiation_status
7450: (

Line 8084: -- Standard call to check for call compatibility.

8080: ' Accept Confirm Flag: ' || p_accept_confirm_yn);
8081: END IF;
8082:
8083: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
8084: -- Standard call to check for call compatibility.
8085: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
8086: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8087: END IF;
8088:

Line 8201: -- Standard call to get message count and if count is 1, get message info.

8197: IF FND_API.to_boolean( p_commit ) THEN
8198: COMMIT;
8199: END IF;
8200:
8201: -- Standard call to get message count and if count is 1, get message info.
8202: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
8203:
8204: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
8205: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 8317: -- Standard call to check for call compatibility.

8313: || ' Cancellation date: ' || to_char(p_cancellation_date));
8314: END IF;
8315:
8316: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
8317: -- Standard call to check for call compatibility.
8318: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
8319: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8320: END IF;
8321:

Line 8547: -- Standard call to get message count and if count is 1, get message info.

8543: IF FND_API.to_boolean( p_commit ) THEN
8544: COMMIT;
8545: END IF;
8546:
8547: -- Standard call to get message count and if count is 1, get message info.
8548: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
8549:
8550: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
8551: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 8599: Workflow standard out parameter

8595: Workflow actid parameter
8596: : funcmode IN VARCHAR2 Required
8597: Workflow function mode parameter
8598: OUT : resultout OUT VARCHAR2(1)
8599: Workflow standard out parameter
8600: Note :
8601: =========================================================================*/
8602: PROCEDURE activate_contract
8603: (

Line 9061: --standard api initilization and checks

9057: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
9058: FND_LOG.string(FND_LOG.level_procedure, l_mod_name || '.begin', 'p_api_version=' || p_api_version ||' ,p_commit='|| p_commit ||' ,p_wf_attributes_tbl.count='|| p_wf_attributes_tbl.count||' ,p_update_item_key='||p_update_item_key);
9059: END IF;
9060:
9061: --standard api initilization and checks
9062: SAVEPOINT launch_k_process_wf_blk_PVT;
9063: IF NOT FND_API.compatible_api_call (l_api_version, p_api_version, l_api_name, G_PKG_NAME)THEN
9064: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
9065: END IF;

Line 9241: --standard check of p_commit

9237: WHERE chr_id = l_contract_id_values(i);
9238: END IF;
9239: END IF;
9240:
9241: --standard check of p_commit
9242: IF FND_API.to_boolean( p_commit ) THEN
9243: COMMIT;
9244: END IF;
9245: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN