DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PUB dependencies on STANDARD

Line 44: -- Standard Start of API savepoint

40: l_log_module VARCHAR2(80);
41:
42: BEGIN
43:
44: -- Standard Start of API savepoint
45: SAVEPOINT Get_PendingTcount_PUB;
46:
47: l_log_module := c_module || '.Get_PendingTxnCount';
48: /* Log the parameters */

Line 392: -- Standard Start of API savepoint

388: l_stmt_num NUMBER := 0;
389:
390: BEGIN
391:
392: -- Standard Start of API savepoint
393: SAVEPOINT Verify_PeriodClose_PUB;
394: l_log_module := c_module || '.Verify_PeriodClose';
395: Log_Msg(C_LOG_FILE, 'Verify_PeriodClose.');
396: Log_Msg(C_LOG_FILE, 'Parameters: Api Version: ' || p_api_version||' org id :'||p_org_id ||

Line 564: -- Standard Start of API savepoint

560:
561:
562: BEGIN
563:
564: -- Standard Start of API savepoint
565: SAVEPOINT Close_Period_PUB;
566: l_log_module := c_module || '.Close_Period';
567: Log_Msg(C_LOG_FILE, 'Verify_PeriodClose.');
568: Log_Msg(C_LOG_FILE, 'Parameters: Api Version: ' || p_api_version||' org id :'||p_org_id ||