DBA Data[Home] [Help]

APPS.IBC_FILE_EXTN_MAPPINGS_PKG dependencies on FND_API

Line 315: ,x_extension =>NVL(p_extension,Fnd_Api.G_MISS_CHAR)

311:
312: IBC_FILE_EXTN_MAPPINGS_PKG.Update_row (
313: x_mapping_id =>TO_NUMBER(p_mapping_id)
314: ,x_content_type_code =>p_content_type_code
315: ,x_extension =>NVL(p_extension,Fnd_Api.G_MISS_CHAR)
316: ,x_description =>NVL(p_description,Fnd_Api.G_MISS_CHAR)
317: ,x_last_update_date =>l_last_update_date
318: ,x_last_updated_by =>l_user_id
319: ,x_last_update_login =>0);

Line 316: ,x_description =>NVL(p_description,Fnd_Api.G_MISS_CHAR)

312: IBC_FILE_EXTN_MAPPINGS_PKG.Update_row (
313: x_mapping_id =>TO_NUMBER(p_mapping_id)
314: ,x_content_type_code =>p_content_type_code
315: ,x_extension =>NVL(p_extension,Fnd_Api.G_MISS_CHAR)
316: ,x_description =>NVL(p_description,Fnd_Api.G_MISS_CHAR)
317: ,x_last_update_date =>l_last_update_date
318: ,x_last_updated_by =>l_user_id
319: ,x_last_update_login =>0);
320: END IF;

Line 329: ,x_extension =>NVL(p_extension,Fnd_Api.G_MISS_CHAR)

325: IBC_FILE_EXTN_MAPPINGS_Pkg.insert_row (
326: x_rowid =>l_row_id,
327: x_mapping_id =>TO_NUMBER(p_mapping_id)
328: ,x_content_type_code =>p_content_type_code
329: ,x_extension =>NVL(p_extension,Fnd_Api.G_MISS_CHAR)
330: ,x_description =>NVL(p_description,Fnd_Api.G_MISS_CHAR),
331: x_creation_date =>l_last_update_date,
332: x_created_by =>l_user_id,
333: x_last_update_date =>l_last_update_date,

Line 330: ,x_description =>NVL(p_description,Fnd_Api.G_MISS_CHAR),

326: x_rowid =>l_row_id,
327: x_mapping_id =>TO_NUMBER(p_mapping_id)
328: ,x_content_type_code =>p_content_type_code
329: ,x_extension =>NVL(p_extension,Fnd_Api.G_MISS_CHAR)
330: ,x_description =>NVL(p_description,Fnd_Api.G_MISS_CHAR),
331: x_creation_date =>l_last_update_date,
332: x_created_by =>l_user_id,
333: x_last_update_date =>l_last_update_date,
334: x_last_updated_by =>l_user_id,