DBA Data[Home] [Help]

APPS.ECX_DOCUMENT_STANDARDS_API dependencies on ECX_STANDARDS_PKG

Line 165: ECX_STANDARDS_PKG.INSERT_ROW(

161:
162: /* Call the table handler APIS to insert data into
163: ecx_standards_b , ecx_standards_tl table */
164:
165: ECX_STANDARDS_PKG.INSERT_ROW(
166: X_ROWID => i_rowid,
167: X_STANDARD_ID => x_standard_id,
168: X_STANDARD_CODE => p_standard_code,
169: X_STANDARD_TYPE => l_standard_type,

Line 349: ECX_STANDARDS_PKG.DELETE_ROW(x_standard_id => p_standard_id);

345: where standard_id = p_standard_id;
346:
347: /* Call tbale handler DELETE_ROW for the deletion */
348:
349: ECX_STANDARDS_PKG.DELETE_ROW(x_standard_id => p_standard_id);
350:
351: exception
352:
353: when no_data_found then