DBA Data[Home] [Help]

APPS.CN_CALC_SUBMISSION_PUB dependencies on CN_REPOSITORIES_ALL

Line 72: from cn_repositories_all

68: from cn_period_statuses_all
69: where period_status = 'O'
70: and org_id = g_org_id
71: and (period_set_id, period_type_id) = (select period_set_id, period_type_id
72: from cn_repositories_all
73: where org_id = g_org_id)
74: and l_start_date between start_date and end_date;
75:
76: l_counter number := 0;