DBA Data[Home] [Help]

APPS.ASG_CUSTOM_PVT dependencies on STANDARD

Line 17: -- per standard as follows:

13: APPS_SCHEMA_NAME varchar2(4) := 'APPS';
14: -- ***********************************************
15: -- procedure Customize_pub_item
16: -- we assume the default pub item piv created
17: -- per standard as follows:
18: -- For example, pub item name :sample_custom
19: -- base table name : sample_custom
20: -- acc table name : sample_custom_acc
21: -- base table name : having 30 columns

Line 71: -- Standard Start of API savepoint

67:
68: B_TAB_NAME := p_base_table_name;
69: log ('base table name = '||b_tab_name);
70:
71: -- Standard Start of API savepoint
72: SAVEPOINT customize_pub_item_PVT;
73: -- Standard call to check for call compatibility.
74: if NOT FND_API.Compatible_API_Call
75: (

Line 73: -- Standard call to check for call compatibility.

69: log ('base table name = '||b_tab_name);
70:
71: -- Standard Start of API savepoint
72: SAVEPOINT customize_pub_item_PVT;
73: -- Standard call to check for call compatibility.
74: if NOT FND_API.Compatible_API_Call
75: (
76: l_api_version_number,
77: p_api_version_number,

Line 538: -- Standard Start of API savepoint

534: l_api_name CONSTANT VARCHAR2(30) := 'MARK_DIRTY1' ;
535: l_ret boolean;
536:
537: BEGIN
538: -- Standard Start of API savepoint
539: SAVEPOINT mark_dirty1;
540:
541: -- Standard call to check for call compatibility.
542: if NOT FND_API.Compatible_API_Call

Line 541: -- Standard call to check for call compatibility.

537: BEGIN
538: -- Standard Start of API savepoint
539: SAVEPOINT mark_dirty1;
540:
541: -- Standard call to check for call compatibility.
542: if NOT FND_API.Compatible_API_Call
543: (
544: l_api_version_number,
545: p_api_version_number,

Line 607: -- Standard Start of API savepoint

603: l_api_name CONSTANT VARCHAR2(30) := 'MARK_DIRTY2' ;
604: l_ret boolean;
605:
606: BEGIN
607: -- Standard Start of API savepoint
608: SAVEPOINT mark_dirty2;
609:
610: -- Standard call to check for call compatibility.
611: if NOT FND_API.Compatible_API_Call

Line 610: -- Standard call to check for call compatibility.

606: BEGIN
607: -- Standard Start of API savepoint
608: SAVEPOINT mark_dirty2;
609:
610: -- Standard call to check for call compatibility.
611: if NOT FND_API.Compatible_API_Call
612: (
613: l_api_version_number,
614: p_api_version_number,

Line 677: -- Standard Start of API savepoint

673: l_api_name CONSTANT VARCHAR2(30) := 'MARK_DIRTY3';
674: l_ret boolean;
675:
676: BEGIN
677: -- Standard Start of API savepoint
678: SAVEPOINT mark_dirty3;
679:
680: -- Standard call to check for call compatibility.
681: if NOT FND_API.Compatible_API_Call

Line 680: -- Standard call to check for call compatibility.

676: BEGIN
677: -- Standard Start of API savepoint
678: SAVEPOINT mark_dirty3;
679:
680: -- Standard call to check for call compatibility.
681: if NOT FND_API.Compatible_API_Call
682: (
683: l_api_version_number,
684: p_api_version_number,

Line 749: -- Standard Start of API savepoint

745: l_ret boolean;
746:
747: BEGIN
748:
749: -- Standard Start of API savepoint
750: SAVEPOINT mark_dirty4;
751:
752: -- Standard call to check for call compatibility.
753: if NOT FND_API.Compatible_API_Call

Line 752: -- Standard call to check for call compatibility.

748:
749: -- Standard Start of API savepoint
750: SAVEPOINT mark_dirty4;
751:
752: -- Standard call to check for call compatibility.
753: if NOT FND_API.Compatible_API_Call
754: (
755: l_api_version_number,
756: p_api_version_number,

Line 819: -- Standard Start of API savepoint

815: l_ret boolean;
816: l_api_version_number CONSTANT NUMBER := 1.0;
817: l_api_name CONSTANT VARCHAR2(30) := 'MARK_DIRTY5';
818: BEGIN
819: -- Standard Start of API savepoint
820: SAVEPOINT mark_dirty5;
821:
822: -- Standard call to check for call compatibility.
823: if NOT FND_API.Compatible_API_Call

Line 822: -- Standard call to check for call compatibility.

818: BEGIN
819: -- Standard Start of API savepoint
820: SAVEPOINT mark_dirty5;
821:
822: -- Standard call to check for call compatibility.
823: if NOT FND_API.Compatible_API_Call
824: (
825: l_api_version_number,
826: p_api_version_number,