DBA Data[Home] [Help]

APPS.PA_ADW_COLLECT_DIMENSIONS dependencies on PA_LEGAL_ENTITY_IT

Line 3392: PA_LEGAL_ENTITY_IT

3388:
3389: -- First Try to Update the Row in the Interface Table
3390:
3391: UPDATE
3392: PA_LEGAL_ENTITY_IT
3393: SET
3394: SET_OF_BOOK = legal_entity_r.SET_OF_BOOK,
3395: LAST_UPDATE_DATE = TRUNC(SYSDATE),
3396: LAST_UPDATED_BY = X_LAST_UPDATED_BY,

Line 3411: INSERT INTO PA_LEGAL_ENTITY_IT

3407:
3408:
3409: IF (SQL%ROWCOUNT = 0) THEN
3410: -- No row was updated, So Insert a new row into the interface table
3411: INSERT INTO PA_LEGAL_ENTITY_IT
3412: (
3413: LEGAL_ENTITY,
3414: SET_OF_BOOK,
3415: LAST_UPDATE_DATE,