DBA Data[Home] [Help]

APPS.PAY_CA_BALANCE_VIEW_PKG dependencies on PAY_BALANCE_CONTEXT_VALUES

Line 116: ctxval pay_balance_context_values.value%type

112: type Ctx is record
113: (
114: ctxid ff_contexts.context_id%type,
115: ctxnam ff_contexts.context_name%type,
116: ctxval pay_balance_context_values.value%type
117: );
118:
119: ----------------------
120: -- List of Contexts --

Line 132: pay_balance_context_values.value%type

128: type ListCtxName is table of
129: ff_contexts.context_name%type
130: index by binary_integer;
131: type ListCtxValue is table of
132: pay_balance_context_values.value%type
133: index by binary_integer;
134:
135:
136: ---------------------