DBA Data[Home] [Help]

APPS.AP_LINES_UPGRADE_PKG dependencies on AP_LINES_UPGRADE_PKG

Line 1: PACKAGE BODY AP_LINES_UPGRADE_PKG AS

1: PACKAGE BODY AP_LINES_UPGRADE_PKG AS
2: /* $Header: aplnupgb.pls 120.23.12010000.8 2009/03/11 19:27:52 bgoyal ship $ */
3:
4: g_errbuf VARCHAR2(2000) := NULL;
5: g_retcode VARCHAR2(200) := NULL;

Line 64: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Launch_Worker<-'

60:
61: BEGIN
62:
63:
64: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Launch_Worker<-'
65: || p_calling_sequence;
66:
67: l_debug_info := 'Inside Launch Worker procedure for worker ' || p_worker_no;
68: IF g_debug_flag = 'Y' THEN

Line 1484: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transform_Distributions<-'

1480:
1481: BEGIN
1482:
1483:
1484: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transform_Distributions<-'
1485: || p_calling_sequence;
1486:
1487: l_debug_info := 'Inside Transform_Distributions procedure';
1488: IF g_debug_flag = 'Y' THEN

Line 2412: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Populate_Lines<-'

2408: l_curr_calling_sequence VARCHAR2(1000);
2409:
2410: BEGIN
2411:
2412: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Populate_Lines<-'
2413: || p_calling_sequence;
2414:
2415: l_debug_info := 'Inside Populate_Lines procedure';
2416: IF g_debug_flag = 'Y' THEN

Line 2529: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transaction_Upgrade_Subworker';

2525: linetype LineList := LineList('ITEM', 'ERV', 'IPV', 'TAX', 'TERV', 'TIPV');
2526:
2527: BEGIN
2528:
2529: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transaction_Upgrade_Subworker';
2530:
2531: g_debug_flag := p_debug_flag;
2532:
2533: l_debug_info := 'Inside Transaction_Upgrade_Subworker procedure';

Line 2721: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transaction_Upgrade_Main';

2717: linetype LineList := LineList('ITEM', 'ERV', 'IPV', 'TAX', 'TERV', 'TIPV');
2718:
2719: BEGIN
2720:
2721: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transaction_Upgrade_Main';
2722:
2723: g_batch_size := p_batch_size;
2724: g_num_workers := p_num_workers;
2725: g_debug_flag := p_debug_flag;

Line 3007: END AP_LINES_UPGRADE_PKG;

3003:
3004: END Transaction_Upgrade_Main;
3005:
3006:
3007: END AP_LINES_UPGRADE_PKG;