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.52.12020000.4 2013/03/20 08:41:24 mkmeda 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 1573: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transform_Distributions<-'

1569:
1570: BEGIN
1571:
1572:
1573: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transform_Distributions<-'
1574: || p_calling_sequence;
1575:
1576: l_debug_info := 'Inside Transform_Distributions procedure';
1577: IF g_debug_flag = 'Y' THEN

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

2473: l_curr_calling_sequence VARCHAR2(1000);
2474:
2475: BEGIN
2476:
2477: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Populate_Lines<-'
2478: || p_calling_sequence;
2479:
2480: l_debug_info := 'Inside Populate_Lines procedure';
2481: IF g_debug_flag = 'Y' THEN

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

2590: linetype LineList := LineList('ITEM', 'ERV', 'IPV', 'TAX', 'TERV', 'TIPV');
2591:
2592: BEGIN
2593:
2594: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transaction_Upgrade_Subworker';
2595:
2596: g_debug_flag := p_debug_flag;
2597:
2598: l_debug_info := 'Inside Transaction_Upgrade_Subworker procedure';

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

2782: linetype LineList := LineList('ITEM', 'ERV', 'IPV', 'TAX', 'TERV', 'TIPV');
2783:
2784: BEGIN
2785:
2786: l_curr_calling_sequence := 'AP_LINES_UPGRADE_PKG.Transaction_Upgrade_Main';
2787:
2788: g_batch_size := p_batch_size;
2789: g_num_workers := p_num_workers;
2790: g_debug_flag := p_debug_flag;

Line 3072: END AP_LINES_UPGRADE_PKG;

3068:
3069: END Transaction_Upgrade_Main;
3070:
3071:
3072: END AP_LINES_UPGRADE_PKG;