DBA Data[Home] [Help]

APPS.PSB_DE_CLIENT_EXTENSIONS_PUB dependencies on STANDARD

Line 39: -- Begin standard API section.

35:
36: BEGIN
37:
38: --
39: -- Begin standard API section.
40: --
41:
42: SAVEPOINT Run_Client_Extension ;
43: --

Line 61: -- End standard API section.

57: x_return_status := FND_API.G_RET_STS_SUCCESS ;
58: --
59:
60: --
61: -- End standard API section.
62: --
63:
64: --
65: -- Begin client extension.

Line 72: -- Down below are again the standard end and exception sections of the API.

68: -- End client extension.
69: --
70:
71: --
72: -- Down below are again the standard end and exception sections of the API.
73: --
74:
75: --
76: IF FND_API.To_Boolean ( p_commit ) THEN