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 2493: -- Standard call to check for call compatibility.

2489: p_contract_id||' p_item_key'||p_item_key);
2490: END IF;
2491:
2492: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
2493: -- Standard call to check for call compatibility.
2494: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2495: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2496: END IF;
2497:

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

2691: IF FND_API.to_boolean( p_commit ) THEN
2692: COMMIT;
2693: END IF;
2694:
2695: -- Standard call to get message count and if count is 1, get message info.
2696: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
2697:
2698: -- end debug log
2699: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

2781: 'p_reason_code:'||p_reason_code||' p_comments:'||p_comments);
2782: END IF;
2783:
2784: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
2785: -- Standard call to check for call compatibility.
2786: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2787: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2788: END IF;
2789:

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

3009: IF FND_API.to_boolean( p_commit ) THEN
3010: COMMIT;
3011: END IF;
3012:
3013: -- Standard call to get message count and if count is 1, get message info.
3014: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
3015:
3016: -- end debug log
3017: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

3103: ',p_message=>'||p_message||')');
3104: END IF;
3105:
3106: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
3107: -- Standard call to check for call compatibility.
3108: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3109: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3110: END IF;
3111:

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

3418: IF FND_API.to_boolean( p_commit ) THEN
3419: COMMIT;
3420: END IF;
3421:
3422: -- Standard call to get message count and if count is 1, get message info.
3423: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
3424:
3425: -- end debug log
3426: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

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

3505: '(p_chr_id=>'||p_chr_id||'p_negotiation_status=>'||p_negotiation_status||')');
3506: END IF;
3507:
3508: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
3509: -- Standard call to check for call compatibility.
3510: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
3511: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3512: END IF;
3513:

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

3546: IF FND_API.to_boolean( p_commit ) THEN
3547: COMMIT;
3548: END IF;
3549:
3550: -- Standard call to get message count and if count is 1, get message info.
3551: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
3552:
3553: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
3554: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 3606: Workflow standard out parameter

3602: Workflow actid parameter
3603: : funcmode IN VARCHAR2 Required
3604: Workflow function mode parameter
3605: OUT : resultout OUT VARCHAR2(1)
3606: Workflow standard out parameter
3607: Note :
3608: =========================================================================*/
3609: PROCEDURE set_notification_attr
3610: (

Line 3977: Workflow standard out parameter

3973: Workflow actid parameter
3974: : funcmode IN VARCHAR2 Required
3975: Workflow function mode parameter
3976: OUT : resultout OUT VARCHAR2(1)
3977: Workflow standard out parameter
3978: Note :
3979: =========================================================================*/
3980: PROCEDURE set_email_attr
3981: (

Line 4138: Workflow standard out parameter

4134: Workflow actid parameter
4135: : funcmode IN VARCHAR2 Required
4136: Workflow function mode parameter
4137: OUT : resultout OUT VARCHAR2(1)
4138: Workflow standard out parameter
4139: Note :
4140: =========================================================================*/
4141: procedure email_mute( itemtype in varchar2,
4142: itemkey in varchar2,

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

4688: IF FND_API.to_boolean( p_commit ) THEN
4689: COMMIT;
4690: END IF;
4691:
4692: -- Standard call to get message count and if count is 1, get message info.
4693: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
4694:
4695: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
4696: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

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

4835: IF FND_API.to_boolean( p_commit ) THEN
4836: COMMIT;
4837: END IF;
4838:
4839: -- Standard call to get message count and if count is 1, get message info.
4840: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
4841:
4842: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
4843: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 4893: Workflow standard out parameter

4889: Workflow actid parameter
4890: : funcmode IN VARCHAR2 Required
4891: Workflow function mode parameter
4892: OUT : resultout OUT VARCHAR2(1)
4893: Workflow standard out parameter
4894: Note :
4895: =========================================================================*/
4896: PROCEDURE initialize
4897: (

Line 5006: Workflow standard out parameter

5002: Workflow actid parameter
5003: : funcmode IN VARCHAR2 Required
5004: Workflow function mode parameter
5005: OUT : resultout OUT VARCHAR2(1)
5006: Workflow standard out parameter
5007: Note :
5008: =========================================================================*/
5009: PROCEDURE get_old_wf_status
5010: (

Line 5260: Workflow standard out parameter

5256: Workflow actid parameter
5257: : funcmode IN VARCHAR2 Required
5258: Workflow function mode parameter
5259: OUT : resultout OUT VARCHAR2(1)
5260: Workflow standard out parameter
5261: Note :
5262: =========================================================================*/
5263: PROCEDURE get_process_type
5264: (

Line 5419: Workflow standard out parameter

5415: Workflow actid parameter
5416: : funcmode IN VARCHAR2 Required
5417: Workflow function mode parameter
5418: OUT : resultout OUT VARCHAR2(1)
5419: Workflow standard out parameter
5420: Note :
5421: =========================================================================*/
5422: PROCEDURE salesrep_action
5423: (

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

5540: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE , G_MODULE||l_api_name,
5541: 'Entered '||G_PKG_NAME ||'.'||l_api_name||'with Contract Id '||p_contract_id);
5542: END IF;
5543:
5544: -- Standard call to check for call compatibility.
5545: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
5546: x_return_status := G_RET_STS_ERROR;
5547: RAISE FND_API.G_EXC_ERROR;
5548: END IF;

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

5602: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE , G_MODULE||l_api_name,
5603: 'Activity: '||x_activity_name||' Return status '||x_return_status);
5604: END IF;
5605:
5606: -- Standard call to get message count and if count is 1, get message info.
5607: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
5608:
5609: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
5610: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

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

6041:
6042: IF FND_API.to_boolean( p_commit ) THEN
6043: COMMIT;
6044: END IF;
6045: -- Standard call to get message count and if count is 1, get message info.
6046: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
6047:
6048: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
6049: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

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

6238: IF FND_API.to_boolean( p_commit ) THEN
6239: COMMIT;
6240: END IF;
6241:
6242: -- Standard call to get message count and if count is 1, get message info.
6243: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
6244:
6245: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
6246: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 6316: Workflow standard out parameter

6312: Workflow actid parameter
6313: : funcmode IN VARCHAR2 Required
6314: Workflow function mode parameter
6315: OUT : resultout OUT VARCHAR2(1)
6316: Workflow standard out parameter
6317: Note :
6318: =========================================================================*/
6319: PROCEDURE check_qa
6320: (

Line 6767: Workflow standard out parameter

6763: Workflow actid parameter
6764: : funcmode IN VARCHAR2 Required
6765: Workflow function mode parameter
6766: OUT : resultout OUT VARCHAR2(1)
6767: Workflow standard out parameter
6768: Note :
6769: =========================================================================*/
6770: PROCEDURE customer_action
6771: (

Line 6863: Workflow standard out parameter

6859: Workflow actid parameter
6860: : funcmode IN VARCHAR2 Required
6861: Workflow function mode parameter
6862: OUT : resultout OUT VARCHAR2(1)
6863: Workflow standard out parameter
6864: Note :
6865: =========================================================================*/
6866: PROCEDURE get_approval_flag
6867: (

Line 7020: Workflow standard out parameter

7016: Workflow actid parameter
7017: : funcmode IN VARCHAR2 Required
7018: Workflow function mode parameter
7019: OUT : resultout OUT VARCHAR2(1)
7020: Workflow standard out parameter
7021: Note :
7022: =========================================================================*/
7023: PROCEDURE is_approval_required
7024: (

Line 7142: Workflow standard out parameter

7138: Workflow actid parameter
7139: : funcmode IN VARCHAR2 Required
7140: Workflow function mode parameter
7141: OUT : resultout OUT VARCHAR2(1)
7142: Workflow standard out parameter
7143: Note :
7144: =========================================================================*/
7145: PROCEDURE process_negotiation_status
7146: (

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

7776: ' Accept Confirm Flag: ' || p_accept_confirm_yn);
7777: END IF;
7778:
7779: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
7780: -- Standard call to check for call compatibility.
7781: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
7782: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
7783: END IF;
7784:

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

7893: IF FND_API.to_boolean( p_commit ) THEN
7894: COMMIT;
7895: END IF;
7896:
7897: -- Standard call to get message count and if count is 1, get message info.
7898: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
7899:
7900: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
7901: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

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

8009: || ' Cancellation date: ' || to_char(p_cancellation_date));
8010: END IF;
8011:
8012: DBMS_TRANSACTION.SAVEPOINT(l_api_name);
8013: -- Standard call to check for call compatibility.
8014: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
8015: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8016: END IF;
8017:

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

8239: IF FND_API.to_boolean( p_commit ) THEN
8240: COMMIT;
8241: END IF;
8242:
8243: -- Standard call to get message count and if count is 1, get message info.
8244: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count=>x_msg_count, p_data=>x_msg_data);
8245:
8246: IF FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
8247: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,G_MODULE||l_api_name,

Line 8295: Workflow standard out parameter

8291: Workflow actid parameter
8292: : funcmode IN VARCHAR2 Required
8293: Workflow function mode parameter
8294: OUT : resultout OUT VARCHAR2(1)
8295: Workflow standard out parameter
8296: Note :
8297: =========================================================================*/
8298: PROCEDURE activate_contract
8299: (

Line 8757: --standard api initilization and checks

8753: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN
8754: 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);
8755: END IF;
8756:
8757: --standard api initilization and checks
8758: SAVEPOINT launch_k_process_wf_blk_PVT;
8759: IF NOT FND_API.compatible_api_call (l_api_version, p_api_version, l_api_name, G_PKG_NAME)THEN
8760: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8761: END IF;

Line 8937: --standard check of p_commit

8933: WHERE chr_id = l_contract_id_values(i);
8934: END IF;
8935: END IF;
8936:
8937: --standard check of p_commit
8938: IF FND_API.to_boolean( p_commit ) THEN
8939: COMMIT;
8940: END IF;
8941: IF (FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level) THEN