DBA Data[Home] [Help]

APPS.FUN_PERIOD_STATUS_PKG dependencies on STANDARD

Line 83: -- Standard Call to check for API compatibility

79: l_open_prd varchar2(15);
80: BEGIN
81: SAVEPOINT Close_Period_PUB;
82: l_open :='N';
83: -- Standard Call to check for API compatibility
84: IF NOT FND_API.Compatible_API_Call (l_api_version,
85: p_api_version,
86: l_api_name,
87: G_PKG_NAME)

Line 348: -- Standard Call to check for API compatibility

344: l_open_trx_ar_cnt Number;
345: l_open_trx_gl_cnt Number;
346: l_count number;
347: BEGIN
348: -- Standard Call to check for API compatibility
349: IF NOT FND_API.Compatible_API_Call (l_api_version,
350: p_api_version,
351: l_api_name,
352: G_PKG_NAME)

Line 1125: -- Standard Call to check for API compatibility

1121: l_api_version CONSTANT NUMBER := 1.0;
1122: BEGIN
1123: Print(' +++ Start of Sweeping Transactions +++');
1124: G_debug := nvl(p_debug,'Y');
1125: -- Standard Call to check for API compatibility
1126: IF NOT FND_API.Compatible_API_Call (l_api_version,
1127: p_api_version,
1128: l_api_name,
1129: G_PKG_NAME)