DBA Data[Home] [Help]

APPS.IGS_EN_NSC_FILE_PRNT_PKG dependencies on STANDARD

Line 100: -- Standard Start of API savepoint

96: AND ord_tbl.attrib_id = c_ord_id
97: ORDER BY ord_tbl.value;
98:
99: BEGIN
100: -- Standard Start of API savepoint
101: SAVEPOINT Generate_file;
102:
103: -- Standard call to check for call compatibility.
104: IF NOT FND_API.Compatible_API_Call ('1.0',

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

99: BEGIN
100: -- Standard Start of API savepoint
101: SAVEPOINT Generate_file;
102:
103: -- Standard call to check for call compatibility.
104: IF NOT FND_API.Compatible_API_Call ('1.0',
105: p_api_version,
106: l_api_name,
107: G_PKG_NAME)