DBA Data[Home] [Help]

APPS.BNE_INTERFACE_COLS_PKG dependencies on BNE_LCT_TOOLS_PKG

Line 720: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);

716: db_luby number; -- entity owner in db
717: db_ludate date; -- entity update date in db
718: begin
719: -- translate values to IDs
720: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
721:
722: -- Translate owner to file_last_updated_by
723: f_luby := fnd_load_util.owner_id(x_owner);
724:

Line 840: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);

836: db_luby number; -- entity owner in db
837: db_ludate date; -- entity update date in db
838: begin
839: -- translate values to IDs
840: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
841: l_val_component_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_component_asn);
842: l_val_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_query_asn);
843: l_expanded_sql_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_expanded_sql_query_asn);
844:

Line 841: l_val_component_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_component_asn);

837: db_ludate date; -- entity update date in db
838: begin
839: -- translate values to IDs
840: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
841: l_val_component_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_component_asn);
842: l_val_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_query_asn);
843: l_expanded_sql_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_expanded_sql_query_asn);
844:
845: -- Translate owner to file_last_updated_by

Line 842: l_val_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_query_asn);

838: begin
839: -- translate values to IDs
840: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
841: l_val_component_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_component_asn);
842: l_val_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_query_asn);
843: l_expanded_sql_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_expanded_sql_query_asn);
844:
845: -- Translate owner to file_last_updated_by
846: f_luby := fnd_load_util.owner_id(x_owner);

Line 843: l_expanded_sql_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_expanded_sql_query_asn);

839: -- translate values to IDs
840: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_interface_asn);
841: l_val_component_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_component_asn);
842: l_val_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_val_query_asn);
843: l_expanded_sql_query_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_expanded_sql_query_asn);
844:
845: -- Translate owner to file_last_updated_by
846: f_luby := fnd_load_util.owner_id(x_owner);
847: