DBA Data[Home] [Help]

APPS.CS_KNOWLEDGE_PVT dependencies on STANDARD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3154: l_about_query :=
3155: Build_Intermedia_Theme_Query( Escape_Special_Char(l_about_query) );
3156: l_iQuery_str := '('||l_about_query||' OR '||l_keyword_query||')';
3157: else
3158: -- Else just build the standard, non-theme based rewritten query
3159: l_keyword_query :=
3160: Build_Keyword_Query
3161: ( p_string => l_keyword_query,
3162: p_search_option => p_search_option );

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

3904:
3905: end if;
3906: -- -- -- -- end of code -- -- --
3907:
3908: -- Standard call to get message count. if count=1, get message info.
3909: FND_MSG_PUB.Count_And_Get(
3910: p_count => x_msg_count,
3911: p_data => x_msg_data );
3912:

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

4105:
4106: end if;
4107: -- -- -- -- end of code -- -- --
4108:
4109: -- Standard call to get message count. if count=1, get message info.
4110: FND_MSG_PUB.Count_And_Get(
4111: p_count => x_msg_count,
4112: p_data => x_msg_data );
4113:

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

4470: l_about_query :=
4471: Build_Intermedia_Theme_Query( Escape_Special_Char(l_about_query) );
4472: l_iQuery_str := '('||l_about_query||' OR '||l_keyword_query||')';
4473: else
4474: -- Else just build the standard, non-theme based rewritten query
4475: l_keyword_query :=
4476: Build_Keyword_Query
4477: ( p_string => l_keyword_query,
4478: p_search_option => p_search_option );

Line 4496: -- 'BSTANDARD' = standard security

4492: Fetch get_system_security_csr Into l_security_state;
4493: Close get_system_security_csr;
4494:
4495: -- There are 3 security states:
4496: -- 'BSTANDARD' = standard security
4497: -- 'CCUSTOM' = custom security
4498: -- 'ANONE' = no security
4499: If l_security_state is not null AND
4500: l_security_state = 'BSTANDARD' Then

Line 4500: l_security_state = 'BSTANDARD' Then

4496: -- 'BSTANDARD' = standard security
4497: -- 'CCUSTOM' = custom security
4498: -- 'ANONE' = no security
4499: If l_security_state is not null AND
4500: l_security_state = 'BSTANDARD' Then
4501: -- Get a list of SR types linked to the current resp.
4502: l_first := true;
4503: for r1 in get_secured_SR_types_csr loop
4504: if l_first then