DBA Data[Home] [Help]

APPS.CSF_REMOTE_VIEWS_PUB dependencies on STANDARD

Line 16: -- Standard SQL-query, ready to be executed when correct.

12: -- x_return_status OUT NOCOPY VARCHAR2
13: -- x_msg_count OUT NOCOPY NUMBER
14: -- x_msg_data OUT NOCOPY VARCHAR2
15: -- p_sql_query IN VARCHAR2 Required
16: -- Standard SQL-query, ready to be executed when correct.
17: -- x_query_correct OUT NOCOPY VARCHAR2
18: -- x_query_correct will be FND_API.G_TRUE or FND_API.G_FALSE.
19: -- Version : 1.0
20: -- Notes : -

Line 49: -- The SQL-string to be executed is either the standard parameterless format or

45: -- x_return_status OUT NOCOPY VARCHAR2
46: -- x_msg_count OUT NOCOPY NUMBER
47: -- x_msg_data OUT NOCOPY VARCHAR2
48: -- p_sqlstring IN VARCHAR2 Required
49: -- The SQL-string to be executed is either the standard parameterless format or
50: -- has the following special syntax for parameters in the where-clause(s):
51: -- For text : [$Question]
52: -- For number: [&Question]
53: -- For date : [#Question]