DBA Data[Home] [Help]

APPS.OKS_BILL_MIGRATION dependencies on OKS_BILL_CONT_LINES

Line 69: (cle_id oks_bill_cont_lines.cle_id%type,

65: G_APP_NAME CONSTANT VARCHAR2(3) := 'OKS';
66: ---------------------------------------------------------------------------
67:
68: TYPE bill_cont_type IS RECORD
69: (cle_id oks_bill_cont_lines.cle_id%type,
70: amount oks_bill_cont_lines.amount%type);
71:
72: TYPE bill_cont_tbl IS TABLE of bill_cont_type index by binary_integer;
73:

Line 70: amount oks_bill_cont_lines.amount%type);

66: ---------------------------------------------------------------------------
67:
68: TYPE bill_cont_type IS RECORD
69: (cle_id oks_bill_cont_lines.cle_id%type,
70: amount oks_bill_cont_lines.amount%type);
71:
72: TYPE bill_cont_tbl IS TABLE of bill_cont_type index by binary_integer;
73:
74: