DBA Data[Home] [Help]

APPS.CN_CALC_SUBMISSION_PVT dependencies on STANDARD

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

591: END IF;
592: END LOOP;
593: END IF;
594:
595: -- Standard call to get message count and if count is 1, get message info.
596: FND_MSG_PUB.Count_And_Get
597: (p_count => x_msg_count ,
598: p_data => x_msg_data ,
599: p_encoded => FND_API.G_FALSE );

Line 847: -- Standard Start of API savepoint

843: l_rep_entry_tbl rep_entry_tbl_type;
844: l_quota_entry_tbl quota_entry_tbl_type;
845: l_interval_type_tbl name_tbl_type;
846: BEGIN
847: -- Standard Start of API savepoint
848:
849: -- Standard call to check for call compatibility
850: IF NOT FND_API.Compatible_API_Call
851: (l_api_version,

Line 849: -- Standard call to check for call compatibility

845: l_interval_type_tbl name_tbl_type;
846: BEGIN
847: -- Standard Start of API savepoint
848:
849: -- Standard call to check for call compatibility
850: IF NOT FND_API.Compatible_API_Call
851: (l_api_version,
852: p_api_version,
853: l_api_name,

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

909: IF FND_API.To_Boolean(p_commit) THEN
910: COMMIT WORK;
911: END IF;
912:
913: -- Standard call to get message count and if count is 1, get message info.
914: FND_MSG_PUB.Count_And_Get
915: (p_count => x_msg_count ,
916: p_data => x_msg_data ,
917: p_encoded => FND_API.G_FALSE );

Line 975: -- Standard call to check for call compatibility

971: l_process_status_code VARCHAR2(30);
972: l_concurrent_flag VARCHAR2(1);
973:
974: BEGIN
975: -- Standard call to check for call compatibility
976: IF NOT FND_API.Compatible_API_Call
977: (l_api_version,
978: p_api_version,
979: l_api_name,

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

1044: 'cn.plsql.cn_calc_submission_pvt.calculate.end',
1045: 'End of calculate' );
1046: end if;
1047:
1048: -- Standard call to get message count and if count is 1, get message info.
1049: FND_MSG_PUB.Count_And_Get
1050: (p_count => x_msg_count ,
1051: p_data => x_msg_data ,
1052: p_encoded => FND_API.G_FALSE );

Line 1117: -- Standard Start of API savepoint

1113: cursor namecheck_cursor(p_batch_name_to_check cn_calc_submission_batches.name%TYPE) is
1114: select * from cn_calc_submission_batches where name = p_batch_name_to_check and rownum = 1;
1115:
1116: BEGIN
1117: -- Standard Start of API savepoint
1118: SAVEPOINT copybatch_PVT;
1119:
1120: -- Standard call to check for call compatibility
1121: IF NOT FND_API.Compatible_API_Call

Line 1120: -- Standard call to check for call compatibility

1116: BEGIN
1117: -- Standard Start of API savepoint
1118: SAVEPOINT copybatch_PVT;
1119:
1120: -- Standard call to check for call compatibility
1121: IF NOT FND_API.Compatible_API_Call
1122: (l_api_version,
1123: p_api_version,
1124: l_api_name,