DBA Data[Home] [Help]

APPS.JAI_PA_SETUP_CTX_PKG dependencies on JAI_PA_SETUP_CONTEXTS

Line 52: from JAI_PA_SETUP_CONTEXTS

48: DECLARE
49:
50: CURSOR cur_creation_date IS
51: select creation_date, last_update_date
52: from JAI_PA_SETUP_CONTEXTS
53: where context_id = x_context_id ;
54:
55: BEGIN
56: /* Check if the row exists in the database. If it does, retrieves the creation date for update_row. */

Line 140: INSERT INTO JAI_PA_SETUP_CONTEXTS(

136: X_last_update_login NUMBER) IS
137:
138: BEGIN
139:
140: INSERT INTO JAI_PA_SETUP_CONTEXTS(
141: context_id ,
142: context ,
143: attribute1_usage ,
144: attribute2_usage ,

Line 200: UPDATE JAI_PA_SETUP_CONTEXTS

196: X_last_updated_by NUMBER,
197: X_last_update_login NUMBER)
198: IS
199: BEGIN
200: UPDATE JAI_PA_SETUP_CONTEXTS
201: SET
202: CONTEXT = x_context ,
203: ATTRIBUTE1_USAGE = x_attribute1_usage ,
204: ATTRIBUTE2_USAGE = x_attribute2_usage ,