DBA Data[Home] [Help]

APPS.AS_SCORECARD_CUHK dependencies on STANDARD

Line 60: -- The above four parameters are standard input.

56: -- It's FND_API.G_VALID_LEVEL_FULL by default.
57: -- p_commit : Whether commit the whole API at the end of API.
58: -- It's FND_API.G_FALSE by default.
59: --
60: -- The above four parameters are standard input.
61: -- p_sales_lead_id :
62: -- This is the sales lead identifier. Pass the
63: -- sales_lead_id which you want to compute the
64: -- score.

Line 88: -- The above three parameters are standard output

84: -- The messages.
85: -- Call FND_MSG_PUB.Count_And_Get to get the message
86: -- count and messages.
87: --
88: -- The above three parameters are standard output
89: -- parameters.
90: --
91: PROCEDURE Get_Score_Pre(
92: p_api_version_number IN NUMBER,