DBA Data[Home] [Help]

APPS.WMA_RSC_CHRG dependencies on WIP_LINES

Line 3: g_line_code wip_lines.line_code%TYPE;

1: PACKAGE BODY wma_rsc_chrg AS
2: /* $Header: wmafcub.pls 115.2 2002/12/13 07:53:08 rmahidha noship $ */
3: g_line_code wip_lines.line_code%TYPE;
4: function Charge_Resources (p_header_id IN NUMBER) return boolean is
5:
6: BEGIN
7:

Line 498: /* The PK for wip_lines is just Line_id */

494: null;--drop it
495: END;
496:
497: BEGIN
498: /* The PK for wip_lines is just Line_id */
499: SELECT line_code
500: INTO g_line_code
501: FROM wip_lines
502: WHERE line_id = l_repLineId ;

Line 501: FROM wip_lines

497: BEGIN
498: /* The PK for wip_lines is just Line_id */
499: SELECT line_code
500: INTO g_line_code
501: FROM wip_lines
502: WHERE line_id = l_repLineId ;
503:
504: EXCEPTION
505: when no_data_found then