DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on FND_ATTACHMENT_UTIL_PKG

Line 60: fnd_attachment_util_pkg.init_atchmt (

56: g_pk4_value := x_pk4_value;
57: g_pk5_value := x_pk5_value;
58:
59: -- Find out if attachment is enabled in this function.
60: fnd_attachment_util_pkg.init_atchmt (
61: g_function_name,
62: attachment_defined_flag,
63: l_function_type);
64:

Line 69: attchmt_exists:=fnd_attachment_util_pkg.get_atchmt_exists (

65: -- If the attachment is enabled then enable the link.
66: if ( attachment_defined_flag = TRUE ) then
67:
68: -- Set the link to 'FULL' or 'EMPTY'.
69: attchmt_exists:=fnd_attachment_util_pkg.get_atchmt_exists (
70: g_entity_name,
71: g_pk1_value,
72: g_pk2_value,
73: g_pk3_value,