DBA Data[Home] [Help]

APPS.PAY_US_BALANCE_VIEW_PKG dependencies on PAY_BALANCE_CONTEXT_VALUES

Line 122: ctxval pay_balance_context_values.value%type

118: type Ctx is record
119: (
120: ctxid ff_contexts.context_id%type,
121: ctxnam ff_contexts.context_name%type,
122: ctxval pay_balance_context_values.value%type
123: );
124:
125: ----------------------
126: -- List of Contexts --

Line 138: pay_balance_context_values.value%type

134: type ListCtxName is table of
135: ff_contexts.context_name%type
136: index by binary_integer;
137: type ListCtxValue is table of
138: pay_balance_context_values.value%type
139: index by binary_integer;
140:
141:
142: ---------------------