DBA Data[Home] [Help]

APPS.BNE_PARAM_DEFNS_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 639: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_defn_asn);

635: db_luby number; -- entity owner in db
636: db_ludate date; -- entity update date in db
637: begin
638: -- translate values to IDs
639: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_defn_asn);
640:
641: -- Translate owner to file_last_updated_by
642: f_luby := fnd_load_util.owner_id(x_owner);
643:

Line 753: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_defn_asn);

749: db_luby number; -- entity owner in db
750: db_ludate date; -- entity update date in db
751: begin
752: -- translate values to IDs
753: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_defn_asn);
754: l_attrib_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_attribute_asn);
755: l_flex_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_oa_flex_asn);
756:
757: l_default_number := null;

Line 754: l_attrib_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_attribute_asn);

750: db_ludate date; -- entity update date in db
751: begin
752: -- translate values to IDs
753: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_defn_asn);
754: l_attrib_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_attribute_asn);
755: l_flex_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_oa_flex_asn);
756:
757: l_default_number := null;
758: l_default_date := null;

Line 755: l_flex_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_oa_flex_asn);

751: begin
752: -- translate values to IDs
753: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_defn_asn);
754: l_attrib_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_attribute_asn);
755: l_flex_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_oa_flex_asn);
756:
757: l_default_number := null;
758: l_default_date := null;
759: if x_default_number is not null