DBA Data[Home] [Help]

APPS.OE_UPG_SO dependencies on OE_UPGRADE_DISTRIBUTION

Line 2323: from oe_upgrade_distribution

2319: end_header_id
2320: into
2321: v_start_header,
2322: v_end_header
2323: from oe_upgrade_distribution
2324: where slab = L_slab;
2325:
2326: /* where nvl(alloted_flag,'N') = 'N'
2327: and nvl(line_type,'O') = L_line_type */

Line 3551: delete oe_upgrade_distribution;

3547: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
3548: --
3549: Begin
3550:
3551: delete oe_upgrade_distribution;
3552: commit;
3553: v_type_ctr := 1;
3554:
3555: loop

Line 3665: insert into oe_upgrade_distribution

3661: --
3662: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
3663: --
3664: Begin
3665: insert into oe_upgrade_distribution
3666: (
3667: slab,
3668: start_header_id,
3669: end_header_id,