DBA Data[Home] [Help]

APPS.FEM_DIMENSION_UTIL_PKG dependencies on FEM_ENC_TYPES_ATTR

Line 7808: INSERT INTO fem_enc_types_attr(

7804: END;
7805: v_attr_num := '';
7806: END IF;
7807:
7808: INSERT INTO fem_enc_types_attr(
7809: attribute_id,
7810: version_id,
7811: encumbrance_type_id,
7812: dim_attribute_numeric_member,

Line 7845: INSERT INTO fem_enc_types_attr(

7841: THEN
7842: ----------------------------------------
7843: -- Attribute is an assigned number value
7844: ----------------------------------------
7845: INSERT INTO fem_enc_types_attr(
7846: attribute_id,
7847: version_id,
7848: encumbrance_type_id,
7849: dim_attribute_numeric_member,

Line 7882: INSERT INTO fem_enc_types_attr(

7878: THEN
7879: -----------------------------------------
7880: -- Attribute is an assigned varchar value
7881: -----------------------------------------
7882: INSERT INTO fem_enc_types_attr(
7883: attribute_id,
7884: version_id,
7885: encumbrance_type_id,
7886: dim_attribute_numeric_member,

Line 7919: INSERT INTO fem_enc_types_attr(

7915: THEN
7916: -----------------------------------------
7917: -- Attribute is an assigned date value
7918: -----------------------------------------
7919: INSERT INTO fem_enc_types_attr(
7920: attribute_id,
7921: version_id,
7922: encumbrance_type_id,
7923: dim_attribute_numeric_member,

Line 8286: INSERT INTO fem_enc_types_attr(

8282: END;
8283: v_attr_num := '';
8284: END IF;
8285:
8286: INSERT INTO fem_enc_types_attr(
8287: attribute_id,
8288: version_id,
8289: encumbrance_type_id,
8290: dim_attribute_numeric_member,

Line 8324: INSERT INTO fem_enc_types_attr(

8320: THEN
8321: ----------------------------------------
8322: -- Attribute is an assigned number value
8323: ----------------------------------------
8324: INSERT INTO fem_enc_types_attr(
8325: attribute_id,
8326: version_id,
8327: encumbrance_type_id,
8328: dim_attribute_numeric_member,

Line 8362: INSERT INTO fem_enc_types_attr(

8358: THEN
8359: -----------------------------------------
8360: -- Attribute is an assigned varchar value
8361: -----------------------------------------
8362: INSERT INTO fem_enc_types_attr(
8363: attribute_id,
8364: version_id,
8365: encumbrance_type_id,
8366: dim_attribute_numeric_member,

Line 8400: INSERT INTO fem_enc_types_attr(

8396: THEN
8397: -----------------------------------------
8398: -- Attribute is an assigned date value
8399: -----------------------------------------
8400: INSERT INTO fem_enc_types_attr(
8401: attribute_id,
8402: version_id,
8403: encumbrance_type_id,
8404: dim_attribute_numeric_member,