DBA Data[Home] [Help]

APPS.CN_ACC_PERIODS_PVT dependencies on CN_API

Line 764: x_system_status := cn_api.get_lkup_meaning(x_system_status, 'REPOSITORY_STATUS');

760: OPEN period_type;
761: FETCH period_type INTO x_period_type;
762: CLOSE period_type;
763:
764: x_system_status := cn_api.get_lkup_meaning(x_system_status, 'REPOSITORY_STATUS');
765:
766: IF (p_year IS NULL) THEN
767: OPEN current_year;
768: FETCH current_year INTO l_current_year;