DBA Data[Home] [Help]

APPS.PSB_GL_INTERFACE_PVT dependencies on STANDARD

Line 1594: -- Standard Start of API savepoint

1590: WHERE worksheet_id = p_source_id;
1591:
1592: BEGIN
1593:
1594: -- Standard Start of API savepoint
1595: SAVEPOINT Transfer_GLI_To_GL;
1596:
1597: -- Initialize message list IF p_init_msg_list IS set to TRUE.
1598: IF FND_API.to_Boolean (p_init_msg_list) THEN

Line 1770: -- Standard Start of API savepoint

1766: l_seg_num NUMBER;
1767:
1768: BEGIN
1769:
1770: -- Standard Start of API savepoint
1771: SAVEPOINT Get_Qualifier_Segnum;
1772:
1773: -- Standard call to check FOR call compatibility.
1774: IF NOT FND_API.Compatible_API_Call

Line 1773: -- Standard call to check FOR call compatibility.

1769:
1770: -- Standard Start of API savepoint
1771: SAVEPOINT Get_Qualifier_Segnum;
1772:
1773: -- Standard call to check FOR call compatibility.
1774: IF NOT FND_API.Compatible_API_Call
1775: (l_api_version,
1776: p_api_version,
1777: l_api_name,

Line 3731: -- Standard call to check FOR call compatibility.

3727:
3728: /*FOR Bug No : 2920702 END*/
3729: BEGIN
3730:
3731: -- Standard call to check FOR call compatibility.
3732: IF NOT FND_API.Compatible_API_Call
3733: (l_api_version,
3734: p_api_version,
3735: l_api_name,

Line 3940: -- Standard check of p_commit.

3936: END IF;
3937: END;
3938: END IF;
3939:
3940: -- Standard check of p_commit.
3941: IF FND_API.to_Boolean (p_commit) THEN
3942: COMMIT WORK;
3943: END IF;
3944:

Line 4043: -- through Standard Report Submissions.

4039: | PROCEDURE Transfer_GLI_TO_GL_CP |
4040: +===========================================================================*/
4041: --
4042: -- This IS the execution file FOR the concurrent program Transfer GLI to GL
4043: -- through Standard Report Submissions.
4044: --
4045: PROCEDURE Transfer_GLI_To_GL_CP
4046: (errbuf OUT NOCOPY VARCHAR2,
4047: retcode OUT NOCOPY VARCHAR2,

Line 4127: -- through Standard Report Submissions.

4123: | PROCEDURE Create_Budget_Journal_CP |
4124: +===========================================================================*/
4125: --
4126: -- This IS the execution file FOR the concurrent program Create Budget Journal
4127: -- through Standard Report Submissions.
4128: --
4129: PROCEDURE Create_Budget_Journal_CP
4130: (errbuf OUT NOCOPY VARCHAR2,
4131: retcode OUT NOCOPY VARCHAR2,

Line 4658: -- through Standard Report Submissions.

4654: | PROCEDURE Create Adopted Budget - post upgrade |
4655: +===========================================================================*/
4656: --
4657: -- This IS the execution file FOR the concurrent program Create Adopted Budget
4658: -- through Standard Report Submissions.
4659: --
4660: PROCEDURE Create_Adopted_Budget_CP
4661: (errbuf OUT NOCOPY VARCHAR2,
4662: retcode OUT NOCOPY VARCHAR2,