DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on STANDARD

Line 664: -- Standard call to get message count. if count=1, get message info.

660: IF FND_API.To_Boolean( p_commit ) THEN
661: COMMIT WORK;
662: END IF;
663:
664: -- Standard call to get message count. if count=1, get message info.
665: FND_MSG_PUB.Count_And_Get(
666: p_count => x_msg_count,
667: p_data => x_msg_data );
668:

Line 786: -- Standard call to get message count. if count=1, get message info.

782: IF FND_API.To_Boolean( p_commit ) THEN
783: COMMIT WORK;
784: END IF;
785:
786: -- Standard call to get message count. if count=1, get message info.
787: FND_MSG_PUB.Count_And_Get(
788: p_count => x_msg_count,
789: p_data => x_msg_data );
790:

Line 905: -- Standard call to get message count. if count=1, get message info.

901: IF FND_API.To_Boolean( p_commit ) THEN
902: COMMIT WORK;
903: END IF;
904:
905: -- Standard call to get message count. if count=1, get message info.
906: FND_MSG_PUB.Count_And_Get(
907: p_count => x_msg_count,
908: p_data => x_msg_data );
909:

Line 1068: -- Standard call to get message count. if count=1, get message info.

1064: IF FND_API.To_Boolean( p_commit ) THEN
1065: COMMIT WORK;
1066: END IF;
1067:
1068: -- Standard call to get message count. if count=1, get message info.
1069: FND_MSG_PUB.Count_And_Get(
1070: p_count => x_msg_count,
1071: p_data => x_msg_data );
1072:

Line 1187: -- Standard call to get message count. if count=1, get message info.

1183: IF FND_API.To_Boolean( p_commit ) THEN
1184: COMMIT WORK;
1185: END IF;
1186:
1187: -- Standard call to get message count. if count=1, get message info.
1188: FND_MSG_PUB.Count_And_Get(
1189: p_count => x_msg_count,
1190: p_data => x_msg_data );
1191:

Line 1718: -- Standard call to get message count. if count=1, get message info.

1714: IF FND_API.To_Boolean( p_commit ) THEN
1715: COMMIT WORK;
1716: END IF;
1717:
1718: -- Standard call to get message count. if count=1, get message info.
1719: FND_MSG_PUB.Count_And_Get(
1720: p_count => x_msg_count,
1721: p_data => x_msg_data );
1722:

Line 2005: -- Standard call to get message count. if count=1, get message info.

2001: IF FND_API.To_Boolean( p_commit ) THEN
2002: COMMIT WORK;
2003: END IF;
2004:
2005: -- Standard call to get message count. if count=1, get message info.
2006: FND_MSG_PUB.Count_And_Get(
2007: p_count => x_msg_count,
2008: p_data => x_msg_data );
2009:

Line 2326: -- Standard call to get message count. if count=1, get message info.

2322: IF FND_API.To_Boolean( p_commit ) THEN
2323: COMMIT WORK;
2324: END IF;
2325:
2326: -- Standard call to get message count. if count=1, get message info.
2327: FND_MSG_PUB.Count_And_Get(
2328: p_count => x_msg_count,
2329: p_data => x_msg_data );
2330:

Line 2496: -- Standard call to get message count. if count=1, get message info.

2492: IF FND_API.To_Boolean( p_commit ) THEN
2493: COMMIT WORK;
2494: END IF;
2495:
2496: -- Standard call to get message count. if count=1, get message info.
2497: FND_MSG_PUB.Count_And_Get(
2498: p_count => x_msg_count,
2499: p_data => x_msg_data );
2500:

Line 2617: -- Standard call to get message count. if count=1, get message info.

2613: IF FND_API.To_Boolean( p_commit ) THEN
2614: COMMIT WORK;
2615: END IF;
2616:
2617: -- Standard call to get message count. if count=1, get message info.
2618: FND_MSG_PUB.Count_And_Get(
2619: p_count => x_msg_count,
2620: p_data => x_msg_data );
2621:

Line 3183: -- Else just build the standard, non-theme based rewritten query

3179: l_about_query :=
3180: Build_Intermedia_Theme_Query( Escape_Special_Char(l_about_query) );
3181: l_iQuery_str := '('||l_about_query||' OR '||l_keyword_query||')';
3182: else
3183: -- Else just build the standard, non-theme based rewritten query
3184: l_keyword_query :=
3185: Build_Keyword_Query
3186: ( p_string => l_keyword_query,
3187: p_search_option => p_search_option );

Line 3933: -- Standard call to get message count. if count=1, get message info.

3929:
3930: end if;
3931: -- -- -- -- end of code -- -- --
3932:
3933: -- Standard call to get message count. if count=1, get message info.
3934: FND_MSG_PUB.Count_And_Get(
3935: p_count => x_msg_count,
3936: p_data => x_msg_data );
3937:

Line 4134: -- Standard call to get message count. if count=1, get message info.

4130:
4131: end if;
4132: -- -- -- -- end of code -- -- --
4133:
4134: -- Standard call to get message count. if count=1, get message info.
4135: FND_MSG_PUB.Count_And_Get(
4136: p_count => x_msg_count,
4137: p_data => x_msg_data );
4138:

Line 4499: -- Else just build the standard, non-theme based rewritten query

4495: l_about_query :=
4496: Build_Intermedia_Theme_Query( Escape_Special_Char(l_about_query) );
4497: l_iQuery_str := '('||l_about_query||' OR '||l_keyword_query||')';
4498: else
4499: -- Else just build the standard, non-theme based rewritten query
4500: l_keyword_query :=
4501: Build_Keyword_Query
4502: ( p_string => l_keyword_query,
4503: p_search_option => p_search_option );

Line 4521: -- 'BSTANDARD' = standard security

4517: Fetch get_system_security_csr Into l_security_state;
4518: Close get_system_security_csr;
4519:
4520: -- There are 3 security states:
4521: -- 'BSTANDARD' = standard security
4522: -- 'CCUSTOM' = custom security
4523: -- 'ANONE' = no security
4524: If l_security_state is not null AND
4525: l_security_state = 'BSTANDARD' Then

Line 4525: l_security_state = 'BSTANDARD' Then

4521: -- 'BSTANDARD' = standard security
4522: -- 'CCUSTOM' = custom security
4523: -- 'ANONE' = no security
4524: If l_security_state is not null AND
4525: l_security_state = 'BSTANDARD' Then
4526: -- Get a list of SR types linked to the current resp.
4527: l_first := true;
4528: for r1 in get_secured_SR_types_csr loop
4529: if l_first then